pub trait Debugger<T: Config>: Tracing<T> { }
Expand description

Umbrella trait for all interfaces that serves for debugging.

Implementors§

source§

impl<T: Config, V> Debugger<T> for Vwhere V: Tracing<T>,