🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Module tracing_subscriber::field::delimited

source ·
Expand description

A MakeVisitor wrapper that separates formatted fields with a delimiter.

Structs§

  • A MakeVisitor wrapper that wraps a visitor that writes formatted output so that a delimiter is inserted between writing formatted field values.
  • A visitor wrapper that inserts a delimiter after the wrapped visitor formats a field value.