pub trait ScreenSize {
    fn size(&self) -> Vec2;
}

Required methods

Implementations on Foreign Types

Implementors