Function concordium_contracts_common::serial_vector_no_length[][src]

pub fn serial_vector_no_length<W: Write, T: Serial>(
    xs: &[T],
    out: &mut W
) -> Result<(), W::Err>

Write a slice of elements, without including length information. This is intended to be used either when the length is statically known, or when the length is serialized independently as part of a bigger structure.