[][src]Trait trellis_m4::gpio::v2::SomePin

pub trait SomePin: AnyPin + OptionalPin { }

Meta-type representing a valid Pin.

When used as a bound, this trait allows you to exclude NoneT and limit the type to valid Pins. AnyPin is a super trait to SomePin, so all of its functionality is still available.

Implementors

impl<P> SomePin for P where
    P: AnyPin + OptionalPin
[src]

Loading content...