Skip to main content

DecodeOptionsOverride

Trait DecodeOptionsOverride 

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

Provided Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§