// GENERATED — DO NOT EDIT

///|
/// [Upstream documentation](https://gnome.pages.gitlab.gnome.org/vte/gtk4/struct.EventContext.html).
pub type EventContext

///|
pub(open) trait IEventContext {
  fn as_event_context(Self) -> EventContext
}

///|
pub impl IEventContext for EventContext with fn as_event_context(self) {
  self
}