Enum zmq::DecodeError
[−]
[src]
pub enum DecodeError {
BadLength,
NulError(NulError),
}Errors that can occur while decoding Z85.
Variants
BadLengthThe input string slice's length was not a multiple of 5.
NulError(NulError)The input string slice had embedded NUL bytes.