pub trait SomePin: AnyPin { }
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.