pub trait OptionalPad: OptionalPin {
    type PadNum: OptionalPadNum;
}
Expand description

Type-level equivalent of Option<Pad>

See the OptionalKind documentation for more details on the pattern.

Required Associated Types§

Implementors§