[][src]Trait tree_buf::internal::options::DecodeOptions

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

Provided methods

fn parallel(&self) -> bool

Loading content...

Implementors

impl DecodeOptions for DecodeOptionsDefault[src]

Loading content...