Modules
std
crypto
tls
Alert
Level
enum Level
[src]
Fields
warning = 1
fatal = 2
_
Source
pub const Level = enum(u8) { warning = 1, fatal = 2, _, }