[][src]Trait rhizome::TypeKey

pub trait TypeKey<E, V = Box<dyn Any>, T = TypeId> where
    Self: 'static, 
{ fn key() -> TypeId { ... }
fn provision() -> Provision<E, V, TypeId, T> { ... } }

Provided methods

fn key() -> TypeId

fn provision() -> Provision<E, V, TypeId, T>

Loading content...

Implementors

Loading content...