pub trait Pin<I, C> {
    fn setup(&self);
}

Required Methods

Implementors