Skip to main content

CryptoProvider

Trait CryptoProvider 

Source
pub trait CryptoProvider {
    type Error: Error + 'static;
}
Expand description

Base trait implemented by cryptographic providers.

Required Associated Types§

Source

type Error: Error + 'static

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§