Trait atsamd_hal::gpio::pin::SomePin

source ·
pub trait SomePin: AnyPin { }
Expand description

Type-level equivalent of Some(PinId)

See the OptionalKind documentation for more details on the pattern.

Implementors§

source§

impl<P: AnyPin> SomePin for P