Struct universal_hash::Error [−][src]
pub struct Error;
Error type for when the Output
of a UniversalHash
is not equal to the expected value.
pub struct Error;
Error type for when the Output
of a UniversalHash
is not equal to the expected value.
impl Copy for Error
[src]impl Eq for Error
[src]impl StructuralEq for Error
[src]impl StructuralPartialEq for Error
[src]impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error