pub trait Data {
// Required method
fn f64(self) -> f64;
}Expand description
Types that can be plotted
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".