embassy-stm32

Crates

git

Versions

stm32wba55he

Flavors

Skip to main content

ContextBufferType

Trait ContextBufferType 

Source
pub trait ContextBufferType<M: Mode> {
    type Buffer: BufferStorage;
}

Required Associated Types§

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.
Source§

impl<A: AlgorithmSpec> ContextBufferType<Blocking> for A