write_vec

Function write_vec 

Source
pub fn write_vec<W: Writer, T>(
    input: &Vec<T>,
    writer: &mut W,
) -> Result<(), Error>
where T: Writeable,
Expand description

Writes a vector of writeable to the given writer.