Skip to main content

AsEntityRef

Trait AsEntityRef 

Source
pub trait AsEntityRef {
    // Required method
    fn as_entity_ref(&self) -> EntityRef;
}
Expand description

A type that can be used as the on = argument of the moire!() macro.

Required Methods§

Implementors§