pub trait WriteDebug: Write + Debug { }

Implementors