logo
macro_rules! as_display {
    ($capture:expr) => { ... };
}
Expand description

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