1 2 3 4 5 6
#[allow(missing_docs)] #[allow(unused_doc_comments)] pub mod actor_key { // The Global Key used to get a reference of an Actor new_key_type! { pub struct ActorKey; } }
1 2 3 4 5 6
#[allow(missing_docs)] #[allow(unused_doc_comments)] pub mod actor_key { // The Global Key used to get a reference of an Actor new_key_type! { pub struct ActorKey; } }