[][src]Function sise_atom::decode_bool

pub fn decode_bool(atom: &str) -> Option<bool>

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