// GENERATED — DO NOT EDIT

///|
/// [Upstream documentation](https://docs.gtk.org/gdk4/struct.EventSequence.html).
pub type EventSequence

///|
pub(open) trait IEventSequence {
  fn as_event_sequence(Self) -> EventSequence
}

///|
pub impl IEventSequence for EventSequence with fn as_event_sequence(self) {
  self
}