Function sise_atom::encode_bool

source ·
pub fn encode_bool(value: bool) -> &'static str
Expand description

Returns "true" if value is true, otherwise returns "false".