Skip to main content

MultipleInterruptSources

Trait MultipleInterruptSources 

Source
pub trait MultipleInterruptSources: Sealed { }
Expand description

Marker trait indicating that an interrupt source has multiple bindings and handlers.

May not be implemented outside of this HAL.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§