Structsยง
- Error
- Error that can occur when constructing a writer, including e.g
File-opening errors. - Guard
- A thread guard in the case of
NonBlockingconfig. - Make
Writer - Implementor of
tracing_subscriber::fmt::MakeWriter, constructed fromWriterinSelf::new. - Writer
- Implementor of
io::Write, used byMakeWriter.