Trait r3_kernel::Port

source ·
pub trait Port: PortThreading + PortInterrupts + PortTimer { }
Expand description

Represents a particular group of traits that a port should implement.

Implementors