pub trait Instance:
SealedInstance
+ Peripheral<P = Self>
+ RccPeripheral
+ 'static
+ Send {
type Interrupt: Interrupt;
}
Expand description
CRYP instance trait.
Required Associated Types§
Object Safety§
This trait is not object safe.