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