Trait custom_print::WriteStrAsBytes[][src]

pub trait WriteStrAsBytes: WriteBytes { }
Expand description

A trait for objects which should implement WriteStr using their WriteBytes implementation.

Implementors