pub trait ContextBufferType<M: Mode> {
type Buffer: BufferStorage;
}Required Associated Types§
type Buffer: BufferStorage
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
Source§impl<A: AlgorithmSpec> ContextBufferType<Async> for A
Available on hash_v2 or hash_v3 or hash_v4 only.
impl<A: AlgorithmSpec> ContextBufferType<Async> for A
Available on
hash_v2 or hash_v3 or hash_v4 only.