pub trait Api { // Required method fn version(&self) -> Version; }
EGL API provider.
Version of the provided EGL API.