Trait serpente::sercom::v2::SomePad

source ·
pub trait SomePad: IsPad { }
Expand description

Type-level equivalent of Some(Pad)

See the OptionalKind documentation for more details on the pattern.

Implementors§

source§

impl<P> SomePad for Pwhere P: IsPad,