Trait 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