Struct cbor_data::NoOutput [−][src]
pub struct NoOutput;
Expand description
Marker type for builders that only append to a provided vector
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoOutputimpl UnwindSafe for NoOutput