[][src]Function metro::to_writer

pub fn to_writer<W: Write>(writer: W, events: &[Event]) -> Result<(), Error>

Write &[Event] to <W: io::Write>. Defines a default track with track_id of 0.

See also Metro::to_writer.

See also to_string and to_vec.