invalid = 0
change_cipher_spec = 20
alert = 21
handshake = 22
application_data = 23
_
pub const ContentType = enum(u8) { invalid = 0, change_cipher_spec = 20, alert = 21, handshake = 22, application_data = 23, _, }
Press escape to exit search and then '?' to see more options.