Trait async_map::ValueTrait[][src]

pub trait ValueTrait: Clone + Send + Sync + Debug + Unpin + 'static { }

Implementors

impl<T: Clone + Send + Sync + Unpin + Debug + 'static> ValueTrait for T[src]