write_stream

Function write_stream 

Source
pub fn write_stream<W: Write + Seek>(
    writer: &mut W,
    mlist: &MList,
) -> Result<(), Error>
Expand description

Attempts to write a MList into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.