Trait mun_memory::TypeDesc[][src]

pub trait TypeDesc: Send + Sync {
    fn name(&self) -> &str;
fn guid(&self) -> &Guid;
fn group(&self) -> TypeGroup; }

A trait used to obtain a type’s description.

Required methods

fn name(&self) -> &str[src]

Returns the name of this type.

fn guid(&self) -> &Guid[src]

Returns the Guid of this type.

fn group(&self) -> TypeGroup[src]

Returns the TypeGroup of this type.

Loading content...

Implementors

Loading content...