Trait Type

Source
pub trait Type: 'static { }

Implementors§

Source§

impl<T: 'static> Type for T