Skip to main content

EncryptSendResult

Type Alias EncryptSendResult 

Source
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),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(EncryptSendError)

Contains the error value