Trait surge_halfrate::imports::GetRingout
source · [−]pub trait GetRingout {
fn get_ringout(&self) -> Ringout;
fn get_ringout_counter(&self) -> usize;
}
pub trait GetRingout {
fn get_ringout(&self) -> Ringout;
fn get_ringout_counter(&self) -> usize;
}