pub trait WindowExtAndroid {
// Required methods
fn content_rect(&self) -> Rect;
fn config(&self) -> ConfigurationRef;
}Available on
android_platform only.Expand description
Additional methods on Window that are specific to Android.