[][src]Module wascc_actor::prelude

Glob imports for common actor module development

Re-exports

pub use crate::actor_handlers;
pub use crate::println;
pub use wascc_codec as codec;
pub use crate::errors;
pub use crate::HandlerResult;
pub use crate::events;
pub use crate::extras;
pub use crate::keyvalue;
pub use crate::logger;
pub use crate::messaging;
pub use crate::objectstore;
pub use crate::untyped;

Functions

deserialize

The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.

serialize

The standard function for serializing codec structs into a format that can be used for message exchange between actor and host. Use of any other function to serialize could result in breaking incompatibilities.

Type Definitions

CallResult