Trait surgefilter_comb::imports::CurrentScaleCount[][src]

pub trait CurrentScaleCount {
    fn current_scale_count<T>(&self) -> T
    where
        T: TryFrom<i8>,
        <T as TryFrom<i8>>::Error: Debug
; }

Required methods

Implementors