pub trait ActorContext<T>: Context<Address = Address<T>> + ManagedContext {
// Required method
fn session(&mut self) -> &mut ActorSession<T>;
}pub trait ActorContext<T>: Context<Address = Address<T>> + ManagedContext {
// Required method
fn session(&mut self) -> &mut ActorSession<T>;
}