Function sise_atom::decode_bool

source ·
pub fn decode_bool(atom: &str) -> Option<bool>
Expand description

Returns Some(true) if atom == "true", Some(false) if atom == "false", or None otherwise.