macro_rules! as_display {
($capture:expr) => { ... };
}👎Deprecated: use the
key:% = value macro syntax insteadExpand description
Get a value from a type implementing std::fmt::Display.
macro_rules! as_display {
($capture:expr) => { ... };
}key:% = value macro syntax insteadGet a value from a type implementing std::fmt::Display.