Type Definition robots::actors::actor_cell::FailureHandler
[−]
[src]
type FailureHandler = Arc<Fn(Failure, ActorCell) + Send + Sync>;
Closure to handle failure of an Actor.