nix_compat::log

Function serialize_bytes_as_string

Source
fn serialize_bytes_as_string<S>(
    b: &[u8],
    serializer: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,