fn paintable_trampoline<T>( this: &Camera, ) -> LocalBoxFuture<'_, Option<CameraPaintable>>where T: ObjectSubclass + CameraImpl, T::Type: IsA<Camera>,