embassy-stm32

Crates

git

Versions

stm32f215ze

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§