[][src]Trait tree_buf::options::DecodeOptionsOverride

pub trait DecodeOptionsOverride: Send + Sync {
    fn parallel(&self) -> Option<bool> { ... }
}

Provided methods

fn parallel(&self) -> Option<bool>

Loading content...

Implementors

impl DecodeOptionsOverride for DisableParallel[src]

impl DecodeOptionsOverride for EnableParallel[src]

Loading content...