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