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

Required Methods

Implementors