Trait surgeshaper_asym::imports::imports::ParameterDisplay [−]
pub trait ParameterDisplay {
fn get_display(&self, external: bool, ef: f32) -> String;
fn get_display_alt(&self, external: bool, ef: f32) -> String;
}