pub trait IntoErrorData { type Output; // Required method fn into_error_data(self) -> Self::Output; }