fidl_next::protocol

Function decode_header

Source
pub fn decode_header<T: Transport>(
    buffer: &mut T::RecvBuffer,
) -> Result<(u32, u64), DecodeError>
Expand description

Parses the transaction ID and ordinal from the given buffer.