Trait grand_central_m4::sercom::v2::InIoSet[][src]

pub trait InIoSet<I>: IsPad where
    I: IoSet
{ }
Expand description

Type class for SERCOM pads in a given IoSet

This trait is used to label each Pin implementing IsPad with its corresponding IoSet(s). Downstream types can use this trait as a type class to restrict Pins to a given IoSet. See the type class documentation for more details on the pattern.

Implementors