Struct bincode::config::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.
pub struct Infinite;
A SizeLimit without a limit! Use this if you don’t care about the size of encoded or decoded messages.
impl RefUnwindSafe for Infinite
impl Send for Infinite
impl Sync for Infinite
impl Unpin for Infinite
impl UnwindSafe for Infinite