Struct serde_with::formats::Unpadded [−][src]
pub struct Unpadded;
Expand description
Do not emit padding during serialization.
Trait Implementations
Do not emit padding during serialization.
Auto Trait Implementations
impl RefUnwindSafe for Unpadded
impl UnwindSafe for Unpadded
Blanket Implementations
Mutably borrows from an owned value. Read more