Trait gemma_m0::sercom::v2::pad::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,