pub trait IntoErr<ET: EngineTypes, Err> { // Required method fn into_err(self, aux: &EngineAux<ET>, state: &ET::State) -> Err; }