Trait Active

Source
pub trait Active { }
Expand description

Marker trait for active states.

Implementors§

Source§

impl Active for Dynamic

Source§

impl Active for Analog

Source§

impl<MODE> Active for Alternate<MODE>

Source§

impl<MODE> Active for Input<MODE>

Source§

impl<MODE> Active for Output<MODE>