pub trait IntoRadiateError<T> { // Required method fn into_radiate_error(self) -> RadiateResult<T>; }