macro_rules! actor_handlers {
{ $($key:path => $user_handler:ident),* } => { ... };
}Expand description
Actor developers will use this macro to set up their operation handlers
macro_rules! actor_handlers {
{ $($key:path => $user_handler:ident),* } => { ... };
}Actor developers will use this macro to set up their operation handlers