Macro ctap_types::try_trace
source · [−]macro_rules! try_trace {
(target : $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}Expand description
Fallible version of trace!.
macro_rules! try_trace {
(target : $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}Fallible version of trace!.