pub type SpecificPin<P> = Pin<<P as AnyPin>::Id, <P as AnyPin>::Function, <P as AnyPin>::Pull>;
Type alias to recover the specific Pin type from an implementation of AnyPin.
Pin
AnyPin
See the AnyKind documentation for more details on the pattern.
AnyKind
pub struct SpecificPin<P> { /* private fields */ }