pub fn handle_expired_delivery<A: Actor>(
_cx: &Instance<A>,
_expired: ExpiredDelivery,
undeliverable: Undeliverable<MessageEnvelope>,
) -> Result<(), Error>Expand description
Default implementation of Actor::handle_expired_delivery. Defined
as a free function so that Actor implementations that override
Actor::handle_expired_delivery can fallback to this default.