pub trait ScaleExtManual: 'static {
    fn unset_format_value_func(&self);
}
Expand description

Trait containing manually implemented methods of Scale.

Required methods

Implementors