pub trait CanGetPixelAspectRatio: Readable {
    fn get_region_of_definition(
        &self
    ) -> Result<<PixelAspectRatio as Get>::ReturnType> { ... } }

Provided Methods

Implementors