Module prelude

Source

Re-exports§

pub use super::AutoRegister;
pub use super::Identity;
pub use super::InstanceId;
pub use super::Runtime;
pub use super::RuntimeContext;
pub use super::RuntimeId;
pub use super::RuntimeTrait;

Macros§

rpc
Procedural macro rpc! – transforms async functions and methods into remote‑callable RPC endpoints.

Attribute Macros§

async_trait