pub trait LoadOps: Load + Add<Output = Self> + Sub<Output = Self> + 'staticwhere Self: Sized,{ }
Specifies constraints on Load operations.