Macro static_reflect::define_extern_type[][src]

macro_rules! define_extern_type {
    ($target:ident) => { ... };
    ($target:ty => $defined_path:path) => { ... };
}

Define a type’s implementation of StaticReflect as an extern type

See TypeInfo::Extern