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§

source§

impl OptionalPad for NoneT

source§

impl<P> OptionalPad for Pwhere P: IsPad,

§

type PadNum = <P as IsPad>::PadNum