Skip to main content

handle_invalid_reference

Function handle_invalid_reference 

Source
pub fn handle_invalid_reference<A: Actor>(
    _cx: &Instance<A>,
    _invalid: InvalidReference,
    undeliverable: Undeliverable<MessageEnvelope>,
) -> Result<(), Error>
Expand description

Default implementation of Actor::handle_invalid_reference. Defined as a free function so that Actor implementations that override Actor::handle_invalid_reference can fallback to this default.