Trait GetHeightSource
obs_wrapper::source::traits
pub trait GetHeightSource<D> { fn get_height(data: &Option<D>) -> u32; }
fn get_height(data: &Option<D>) -> u32