Struct bincode::Bounded
[−]
[src]
pub struct Bounded(pub u64);
A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
Trait Implementations
impl Copy for Bounded[src]
impl Clone for Bounded[src]
fn clone(&self) -> Bounded
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more