pub trait Pin {
    fn into_mco(self);
}

Required Methods

Implementations on Foreign Types

Implementors