Macro log::as_display

source ·
macro_rules! as_display {
    ($capture:expr) => { ... };
}
👎Deprecated: use the key:% = value macro syntax instead
Expand description

Get a value from a type implementing std::fmt::Display.