script::dom::subtlecrypto

Trait AlgorithmFromLengthAndHash

Source
trait AlgorithmFromLengthAndHash {
    // Required method
    fn from_length_and_hash(
        length: u32,
        hash: DigestAlgorithm,
        out: MutableHandleObject<'_>,
        cx: JSContext,
    );
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§