enum AlertLevel [src]

Fields

warning = 1
fatal = 2
_

Source

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