Skip to main content

encoded_len

Function encoded_len 

Source
pub fn encoded_len(frame: &ParticipantFrame) -> Result<usize, CodecError>
Expand description

Returns the exact complete-frame encoded length.

§Errors

Returns CodecError::LengthOverflow when a selected variable body cannot fit the generic frame’s u32 payload length.