pub trait PPU {
    fn pixels_per_unit(&self) -> f32;
}
Expand description

Pixel per unit trait helper.

Required Methods

Implementations on Foreign Types

Implementors