Struct bincode::config::Bounded [−][src]
pub struct Bounded(pub u64);
Expand description
A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bounded
impl UnwindSafe for Bounded
Blanket Implementations
Mutably borrows from an owned value. Read more