RelooperLabel

Trait RelooperLabel 

Source
pub trait RelooperLabel:
    Copy
    + Debug
    + Eq
    + Hash
    + Ord { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> RelooperLabel for T
where T: Copy + Debug + Eq + Hash + Ord,