Module tracing_subscriber::fmt::writer[][src]

This is supported on crate feature fmt only.

Abstractions for creating io::Write instances.

Structs

BoxMakeWriter

A writer that erases the specific io::Write and Makewriter types being used.

TestWriter

A writer intended to support libtest's output capturing for use in unit tests.

Traits

MakeWriter

A type that can create io::Write instances.