pub type EncryptSendResult = Result<(), EncryptSendError>;Expand description
Outcome of one frame’s trip through the noise sender.
Aliased Type§
pub enum EncryptSendResult {
Ok(()),
Err(EncryptSendError),
}pub type EncryptSendResult = Result<(), EncryptSendError>;Outcome of one frame’s trip through the noise sender.
pub enum EncryptSendResult {
Ok(()),
Err(EncryptSendError),
}