Function sise_atom::encode_bool[][src]

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

Encodes a boolean value

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