Trait IoBackend

Source
pub trait IoBackend: Write { }
Expand description

Represents the IO backend for a BPX encoder.

Implementors§

Source§

impl<T: Write> IoBackend for T