[−][src]Type Definition radio_api::ParseFn
type ParseFn<T> = fn(input: &[u8]) -> IResult<&[u8], T>;
The signature of parse functions used in Connection read calls.
type ParseFn<T> = fn(input: &[u8]) -> IResult<&[u8], T>;
The signature of parse functions used in Connection read calls.