pub trait OptionalPin: Sealed {
type Id: OptionalPinId;
}Expand description
Type-level equivalent of Option<PinId>
See the OptionalKind documentation for more details on the pattern.
pub trait OptionalPin: Sealed {
type Id: OptionalPinId;
}Type-level equivalent of Option<PinId>
See the OptionalKind documentation for more details on the pattern.