[][src]Trait trellis_m4::sercom::v2::SomePad

pub trait SomePad: AnyPad + OptionalPad { }

Meta-type representing a valid Pad.

When used as a bound, this trait allows you to exclude NoneT and limit the type to valid Pads.

Implementors

impl<P> SomePad for P where
    P: AnyPad
[src]

Loading content...