encode_slice

Function encode_slice 

Source
pub fn encode_slice<T: Encode, W: Write>(
    slice: &[T],
    writer: &mut W,
) -> Result<()>
Expand description

Encodes length of slice and then each element