Trait atsamd_hal::sercom::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.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<P: IsPad> SomePad for P