enumstd.crypto.tls.AlertLevel[src]

Fields

warning = 1
fatal = 2
_

Source Code

Source code
pub const AlertLevel = enum(u8) {
    warning = 1,
    fatal = 2,
    _,
}