pub trait IntoInnerResult { // Required method fn into_inner_result(self) -> Result<InnerResult, InnerError>; }