Skip to main content

Sha1

Trait Sha1 

Source
pub trait Sha1 {
    // Required method
    fn set_mode_sha1(&self) -> Result<(), ErrorCode>;
}

Required Methods§

Source

fn set_mode_sha1(&self) -> Result<(), ErrorCode>

Call before adding data to perform Sha1

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§