pub trait GetWidthSource: Sized {
    fn get_width(&mut self) -> u32;
}

Required Methods

Implementors