Skip to main content

as_debug

Macro as_debug 

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