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

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

Implementors