bool_serialize

Function bool_serialize 

Source
fn bool_serialize<S>(x: &bool, s: S) -> Result<S::Ok, S::Error>
where S: Serializer,