Struct bincode::config::AllowTrailing [−][src]
pub struct AllowTrailing;
Expand description
A TrailingBytes config that will allow trailing bytes in slices after deserialization.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllowTrailing
impl Send for AllowTrailing
impl Sync for AllowTrailing
impl Unpin for AllowTrailing
impl UnwindSafe for AllowTrailing
Blanket Implementations
Mutably borrows from an owned value. Read more