Skip to main content

BackendValue

Trait BackendValue 

Source
pub trait BackendValue:
    Clone
    + Send
    + Sync { }
Expand description

Bounds required for backend values

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> BackendValue for T
where T: Clone + Send + Sync,