Struct tiny_tokio_actor::ActorContext [−][src]
pub struct ActorContext<E: SystemEvent> { pub path: ActorPath, pub system: ActorSystem<E>, }
The actor context gives a running actor access to its path, as well as the system that is running it.
Fields
path: ActorPathsystem: ActorSystem<E>Implementations
impl<E: SystemEvent> ActorContext<E>[src]
impl<E: SystemEvent> ActorContext<E>[src]