Trait cote::prelude::ErasedTy

source ·
pub trait ErasedTy: Any + 'static { }

Implementors§

source§

impl<T> ErasedTy for T
where T: Any + 'static,