StandardStringFmt

Type Alias StandardStringFmt 

Source
pub type StandardStringFmt = Fmt<String, StandardMessageFormatter>;
Expand description

A StringFmt service pre-configured with the StandardMessageFormatter.

This provides a zero-configuration path for in-memory string logging.

Aliased Typeยง

pub struct StandardStringFmt { /* private fields */ }