Function xdr_codec::pack_array

source ·
pub fn pack_array<Out: Write, T: Pack<Out>>(
    val: &[T],
    out: &mut Out,
) -> Result<usize>
Expand description

Pack a fixed-size array.

As the size is fixed, it doesn’t need to be encoded.