atsamd_hal::sercom::pad

Trait SomePad

Source
pub trait SomePad: IsPad { }
Expand description

Type-level equivalent of Some(Pad)

See the OptionalKind documentation for more details on the pattern.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<P: IsPad> SomePad for P