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