Skip to main content

as_display

Macro 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.