pub struct Error;
Expand description
Error type.
This type is deliberately opaque as to avoid potential side-channel leakage (e.g. padding oracle).
Trait Implementations§
source§impl Ord for Error
impl Ord for Error
source§impl PartialOrd<Error> for Error
impl PartialOrd<Error> for Error
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more