pub trait EncodeOptionsOverride: Send + Sync { // Provided method fn lossy_float_tolerance(&self) -> Option<Option<i32>> { ... } }