fn to_status<T>( error: &T, code: Code, service_name: Option<Cow<'static, str>>, ) -> Statuswhere T: ?Sized + Error,