Enum loco_protocol::secure::layer::SecureLayerError [−][src]
pub enum SecureLayerError {
Bincode(Error),
Io(Error),
Crypto(CryptoError),
}Variants
Bincode(Error)Io(Error)Crypto(CryptoError)Trait Implementations
Performs the conversion.