Struct bincode::Infinite [] [src]

pub struct Infinite;

A SizeLimit without a limit! Use this if you don't care about the size of encoded or decoded messages.

Trait Implementations

impl Copy for Infinite
[src]

impl Clone for Infinite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SizeLimit for Infinite
[src]

Tells the SizeLimit that a certain number of bytes has been read or written. Returns Err if the limit has been exceeded. Read more

Returns the hard limit (if one exists)