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