pub trait OkOrOther { // Required method fn ok_or_other(&self) -> Result<ExtraInfoOk, ExtraInfoError>; }