Skip to main content

LoadOps

Trait LoadOps 

Source
pub trait LoadOps:
    Load
    + Add<Output = Self>
    + Sub<Output = Self>
    + 'static
where 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".

Implementors§