macro_rules! impl_debug_with_json {
($name:ident) => { ... };
() => { ... };
}
Expand description
A macro to implement the Debug
trait for a given struct or type using JSON serialization.
macro_rules! impl_debug_with_json {
($name:ident) => { ... };
() => { ... };
}
A macro to implement the Debug
trait for a given struct or type using JSON serialization.