Enum nod::Error [−][src]
pub enum Error {
BinaryFormat(Error),
Encryption(BlockModeError),
Io(String, Error),
DiscFormat(String),
}Variants
Tuple Fields of BinaryFormat
0: ErrorTuple Fields of Encryption
Tuple Fields of DiscFormat
0: StringTrait Implementations
Performs the conversion.