pub trait ScaleExtManual:
Sealed
+ IsA<Scale>
+ 'static {
// Provided method
fn unset_format_value_func(&self) { ... }
}
Expand description
Trait containing manually implemented methods of Scale
.
Provided Methods§
fn unset_format_value_func(&self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.