encode_bool

Function encode_bool 

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

Encodes a boolean value

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