Trait DecodeOptions

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

Provided Methods§

Source

fn parallel(&self) -> bool

Implementors§