pub trait VsyncSourceProxyInterface: Send + Sync { // Required method fn set_vsync_enabled(&self, enabled: bool) -> Result<(), Error>; }