pub trait Convert<Core> {
    fn convert(self) -> Result<Core>;
}

Required Methods

Implementors