fidl_next::protocol

Function encode_header

Source
pub fn encode_header<T: Transport>(
    buffer: &mut T::SendBuffer,
    txid: u32,
    ordinal: u64,
) -> Result<(), EncodeError>
Expand description

Encodes a message into the given buffer.