Skip to main content

DecodeFnc

Type Alias DecodeFnc 

Source
pub type DecodeFnc<'x> = fn(&mut MessageStream<'x>, &[u8]) -> (usize, Cow<'x, [u8]>);