atsamd_hal::gpio::pin

Trait SomePinId

Source
pub trait SomePinId: OptionalPinId + PinId { }
Expand description

Type-level equivalent of Some(PinId)

See the OptionalKind documentation for more details on the pattern.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<I: PinId> SomePinId for I