pub fn encode_mode_state<T: Serialize>(state: &T) -> Vec<u8> ⓘExpand description
Shared mode-state JSON codec (extracted from six per-mode copies). Encoding a mode-state struct cannot fail; if it ever does, panic loudly rather than silently persisting an empty state.