pub trait GpioExt {
    type Parts;

    fn split(self) -> Self::Parts;
}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors