Enum noise_protocol::NoiseError
[−]
[src]
pub enum NoiseError { TooShort, DecryptionFailed, }
Noise error type.
Variants
TooShort
DecryptionFailed
Trait Implementations
impl Debug for NoiseError
[src]
impl From<()> for NoiseError
[src]
impl Display for NoiseError
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more