pub trait Pins<DAC> {
    type Output;
}

Required Associated Types

Implementations on Foreign Types

Implementors