pub trait PullType {
    fn pull_type(&self) -> U2;
}
Expand description

Pull (pin resistor state)

Required Methods

pull

Implementors