Function xdr_codec::pack_array [] [src]

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

Pack a fixed-size array.

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