Expand description
Treat any sval::Value as a core::fmt::Debug.
This crate provides ToFmt, a wrapper around any sval::Value
that formats it using the same output that you’d get if you
derived core::fmt::Debug.
Modules
- Tags for fragments of formatted values.
Structs
- Adapt a
fmt::Debuginto ansval::Value. - Adapt a
fmt::Displayinto ansval::Value.
Traits
- A token-aware
fmt::Write.
Functions
- Stream a
fmt::Debuginto ansval::Stream. - Stream a
fmt::Displayinto ansval::Stream. - Format a value into an underlying formatter.
- Format a value into a string.
- Format a value into an underlying token-aware formatter.
- Format a value into an underlying formatter.