pub trait Make<T> {
    fn make(self, mk: &Builder) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors