Trait Pin

Source
pub trait Pin:
    Input
    + Output
    + Configure { }
Expand description

The Pin trait allows a pin to be used as either input or output and to be configured.

Implementors§

Source§

impl<T: Input + Output + Configure> Pin for T