pub trait Sample:
Float
+ Default
+ Send
+ Sync
+ 'static { }Expand description
Float plus Default + Send + Sync + 'static for buffers and scratch.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".