pub trait SomePinId: OptionalPinId + PinId { }Expand description
Type-level equivalent of Some(PinId)
See the OptionalKind documentation for more details on the pattern.
pub trait SomePinId: OptionalPinId + PinId { }Type-level equivalent of Some(PinId)
See the OptionalKind documentation for more details on the pattern.