StringFmt

Type Alias StringFmt 

Source
pub type StringFmt = TypedFmtWrite<String>;
Expand description

A pre-configured factory for logging directly to a fmt String.

Aliased Typeยง

pub struct StringFmt { /* private fields */ }