Expand description
Serde helper for Bybit ON/OFF string fields that represent booleans.
Use as #[serde(with = "on_off_bool")]. Unknown values deserialize as an
error rather than silently coercing, so field renames surface rather than
decoding to the wrong value.