Function bool_to_str

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