Skip to main content

DecodeOptions

Trait DecodeOptions 

Source
pub trait DecodeOptions: Send + Sync {
    // Provided method
    fn parallel(&self) -> bool { ... }
}

Provided Methods§

Source

fn parallel(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§