Trait xdevs::DynRef

source ·
pub trait DynRef: 'static { }

Implementors§

source§

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