Skip to main content

ReactiveMapKey

Trait ReactiveMapKey 

Source
pub trait ReactiveMapKey:
    FromStr
    + Display
    + Clone
    + Hash
    + Eq
    + Send
    + Sync
    + 'static { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: FromStr + Display + Clone + Hash + Eq + Send + Sync + 'static> ReactiveMapKey for T