Skip to main content

encode_ctx_boolean

Function encode_ctx_boolean 

Source
pub fn encode_ctx_boolean(buf: &mut BytesMut, tag: u8, value: bool)
Expand description

Encode a context-tagged Boolean.

Context-tagged booleans use a 1-byte content octet (unlike application-tagged).