pub trait Pins: Sealed {
    type Instance;
}

Required Associated Types

Implementations on Foreign Types

Implementors