//! # Bastor
//! An trait implementation that helps implementing actors
//! with self-implemented state when using Bastion.
//!
// Force missing implementations
// Deny using unsafe code
// Doc generation experimental features
pub use crateActor;
pub use crateError;
pub use crater#overrideOverride;