Trait rxing::ResultPoint

source ·
pub trait ResultPoint {
    fn getX(&self) -> f32;
    fn getY(&self) -> f32;
    fn into_rxing_result_point(self) -> RXingResultPoint;
}

Required Methods§

Implementors§