Function to_nix_nixbase32

Source
pub fn to_nix_nixbase32<S>(
    v: &[u8; 32],
    serializer: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,