pub type TerminationReason = ActorSystemError<ActorTerminationReason, SystemTerminationReason>;Aliased Type§
pub enum TerminationReason {
Actor(ActorTerminationReason),
System(SystemTerminationReason),
}pub type TerminationReason = ActorSystemError<ActorTerminationReason, SystemTerminationReason>;pub enum TerminationReason {
Actor(ActorTerminationReason),
System(SystemTerminationReason),
}