Skip to main content

encode_option_some

Function encode_option_some 

Source
pub fn encode_option_some(buf: &mut Vec<u8>)
Expand description

Option::Some prefix = [0x01], then caller writes the value.