[][src]Trait refloctopus::StaticReflect

pub trait StaticReflect: Reflect {
    pub const RUST_TYPE: &'static StaticType;
    pub const FIELDS: &'static FieldsStorage<'static>;
}

A type with a StaticType available.

There is a #[derive(Reflect)] available that you probably want instead.

Associated Constants

pub const RUST_TYPE: &'static StaticType[src]

pub const FIELDS: &'static FieldsStorage<'static>[src]

Loading content...

Implementors

Loading content...