Macro log::as_display
source · macro_rules! as_display { ($capture:expr) => { ... }; }
Expand description
Get a value from a type implementing std::fmt::Display
.
macro_rules! as_display { ($capture:expr) => { ... }; }
Get a value from a type implementing std::fmt::Display
.