pub trait Optionpiece_specsPieceLabelExt {
    fn load(&self) -> Result<Option<PieceLabelLoaded>, SpecError>;
}

Required methods

Implementors