pub trait LoadOps:
Load
+ Add<Output = Self>
+ Sub<Output = Self>
+ 'staticwhere
Self: Sized,{ }Expand description
Specifies constraints on Load operations.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".