[][src]Trait legion::serialize::AutoTypeKey

pub trait AutoTypeKey<T: Component>: TypeKey {
    fn new() -> Self;
}

A TypeKey which can construct itself for a given type T.

Required methods

fn new() -> Self

Constructs the type key for component type T.

Loading content...

Implementors

Loading content...