Struct serde_cbor::ser::IoWrite
source · pub struct IoWrite<W>(_);
Expand description
A wrapper for types that implement
std::io::Write
to implement the local
Write
trait.
pub struct IoWrite<W>(_);
A wrapper for types that implement
std::io::Write
to implement the local
Write
trait.