Function write_to_writer

Source
pub fn write_to_writer(
    module: &Module<'_>,
    writer: impl Write,
) -> Result<(), WriteError>
Expand description

Writes a module to an impl of Write.