pub fn get_serializable_bytes_non_empty<T, A, F>(
    elements: &[A],
) -> Option<Vec<u8>>
Expand description

Collects the bytes for a VarZeroSlice into a Vec.