Struct bincode::config::Bounded [−][src]
pub struct Bounded(pub u64);
A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
pub struct Bounded(pub u64);
A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
impl RefUnwindSafe for Bounded
impl Send for Bounded
impl Sync for Bounded
impl Unpin for Bounded
impl UnwindSafe for Bounded