Skip to main content

actor_downcast_methods

Macro actor_downcast_methods 

Source
macro_rules! actor_downcast_methods {
    () => { ... };
}
Expand description

Re-export identity port traits and JSON stubs from photon_core. Expands the standard Actor Any downcast method bodies.

Place inside an impl Actor for T { ... } block alongside Actor::label.