pub trait ToPixel {
    fn to_pixel(&self) -> (f64, f64);
}
Expand description

Tries to guess a pixel size from the detector name

Required Methods

Implementations on Foreign Types

Implementors