Trait xdevs::DynRef

source ·
pub trait DynRef: 'static + Sync + Send { }
Expand description

Helper trait for avoiding verbose trait constraints.

Implementors§

source§

impl<T: 'static + Sync + Send + ?Sized> DynRef for T