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