bitwarden_exporters::csv

Function bool_serialize

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