unsafe fn object_boxed<E>( e: Own<ErrorImpl>, ) -> Box<dyn StdError + Send + Sync + 'static>where E: StdError + Send + Sync + 'static,