Trait DecodeOptions
tree_buf::internal::options
pub trait DecodeOptions: Send + Sync { fn parallel(&self) -> bool { ... } }
fn parallel(&self) -> bool
impl DecodeOptions for DecodeOptionsDefault