pub trait BuildDescriptor<Descriptor> {
    fn finish(&self) -> Descriptor;
}

Required Methods

Implementors