Trait mail_auth::common::crypto::HashContext
source · pub trait HashContext: Writer + Sized {
// Required method
fn complete(self) -> HashOutput;
}Required Methods§
fn complete(self) -> HashOutput
Object Safety§
This trait is not object safe.