Function binbin::write[][src]

pub fn write<W, F, E, R>(w: &mut W, f: F) -> Result<R> where
    W: Write + Seek,
    for<'w> F: FnOnce(&mut Writer<'w, &mut W, E>) -> Result<R>,
    E: Endian
Expand description

Generic equivalent of write_le and write_be, with endianness selected by a type parameter.