embassy-stm32

Crates

git

Versions

stm32c591ve

Flavors

Skip to main content

Instance

Trait Instance 

Source
pub trait Instance: PeripheralType + 'static { }
Expand description

Comp stub peripheral type

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<_INNER> Instance for _INNER
where _INNER: PeripheralType + 'static,