macro_rules! as_debug {
($capture:expr) => { ... };
}👎Deprecated:
use the key:? = value macro syntax instead
Expand description
Get a value from a type implementing std::fmt::Debug.
macro_rules! as_debug {
($capture:expr) => { ... };
}use the key:? = value macro syntax instead
Get a value from a type implementing std::fmt::Debug.