[][src]Function metro::to_string

pub fn to_string(events: &[Event]) -> Result<String, Error>

Write &[Event] to String. Defines a default track with track_id of 0.

See also Metro::to_string.

See also to_vec and to_writer.