Function x11rb_protocol::resource_manager::to_bool
source ยท fn to_bool(data: &str) -> Option<bool>
Expand description
Parse a value to a boolean, returning None
if this is not possible.
fn to_bool(data: &str) -> Option<bool>
Parse a value to a boolean, returning None
if this is not possible.