Function serialize_bool

Source
pub fn serialize_bool<S>(value: &bool, s: S) -> Result<S::Ok, S::Error>
where S: Serializer,