Function dfx_base::parser::read_fix

source ·
pub fn read_fix(buffer: &mut Vec<u8>) -> Option<Vec<u8>>
Expand description

Returns Some<String> if it can find a potential fix message otherwise returns None Drains the buffer.