[][src]Trait embedded_platform::gpio::Pin

pub trait Pin {
    type Error;
}

A generic pin that can't be interacted with.

Associated Types

type Error

The common error type for all pin operations.

A single error type for all operations is enforced for simplicity.

Loading content...

Implementors

impl Pin for NoConnect[src]

type Error = Never

Loading content...