Skip to main content

encode_fixed_element_array

Function encode_fixed_element_array 

Source
pub fn encode_fixed_element_array<T: Encode>(items: &[T], buf: &mut BytesMut)
Expand description

Encode a fixed-element array (no count prefix).

Format: Serialized elements back-to-back with no additional padding