Expand description

Basic binary write interface and supporting structs.

This simple trait provides a synchronous interface for printing an arbitrary binary slice. This mirrors the core::fmt::Write interface but doesn’t expect a &str.

Traits