pub trait Value: Clone + Debug + Send + Sync { }

Implementors§

source§

impl<T> Value for Twhere
    T: Clone + Debug + Send + Sync,