Struct bincode::config::RejectTrailing [−][src]
pub struct RejectTrailing;
Expand description
A TrailingBytes config that will cause bincode to produce an error if bytes are left over in the slice when deserialization is complete.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RejectTrailing
impl Send for RejectTrailing
impl Sync for RejectTrailing
impl Unpin for RejectTrailing
impl UnwindSafe for RejectTrailing
Blanket Implementations
Mutably borrows from an owned value. Read more