pub trait SomePad: IsPad { }
Expand description

Type-level equivalent of Some(Pad)

See the OptionalKind documentation for more details on the pattern.

Implementors