pub trait Instance:
SealedInstance
+ RccPeripheral
+ 'static {
type IT0Interrupt: Interrupt;
type IT1Interrupt: Interrupt;
}
Expand description
Instance trait
Required Associated Types§
Sourcetype IT0Interrupt: Interrupt
type IT0Interrupt: Interrupt
Interrupt 0
Sourcetype IT1Interrupt: Interrupt
type IT1Interrupt: Interrupt
Interrupt 1
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.