Skip to main content

Module on_off_bool

Module on_off_bool 

Source
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.

Functionsยง

deserialize
serialize