[][src]Macro lark_debug_with::debug_fallback_impl

macro_rules! debug_fallback_impl {
    ($(for[$($param:tt)*] $t:ty),* $(,)*) => { ... };
    ($($t:ty),* $(,)*) => { ... };
}

Generates a DebugWith impl that accepts any Cx and uses the built-in Debug trait. You can specialize this to particular contexts by implementing FmtWithSpecialized<Cx> to yield a specialized impl.