Trait WriteDebug

Source
pub trait WriteDebug:
    Debug
    + Write
    + Sync
    + Send { }

Implementors§

Source§

impl<T: Debug + Write + Sync + Send> WriteDebug for T