Trait surgefilter_comb::imports::GetTablePitch[][src]

pub trait GetTablePitch {
    fn get_tablepitch<IDX>(&self, idx: IDX) -> f64
    where
        IDX: TryInto<usize>,
        <IDX as TryInto<usize>>::Error: Debug
; }

Required methods

Implementors