pub fn stop_on_supervision_failure<B: Behavior>(
_behavior: &mut B,
failure: &SupervisionFailure<B::Addr>,
) -> Result<Become<B::Addr>, B::Error>Expand description
Stop the supervisor with a typed failure outcome.
ยงErrors
This supplied policy never returns a controlled behavior error.