pub(crate) trait ToWindowingApiError { // Required method fn to_windowing_api_error(self) -> WindowingApiError; }