Trait r3::kernel::Port[][src]

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

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

Implementors