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