pub trait Port: PortThreading + PortInterrupts + PortTimer { }Expand description
Represents a particular group of traits that a port should implement.
pub trait Port: PortThreading + PortInterrupts + PortTimer { }Represents a particular group of traits that a port should implement.