Skip to main content

ErasedTy

Trait ErasedTy 

Source
pub trait ErasedTy:
    Any
    + Debug
    + Sync
    + Send
    + 'static { }

Implementors§

Source§

impl<T: Any + Debug + Sync + Send + 'static> ErasedTy for T