Skip to main content

AroundContinuation

Type Alias AroundContinuation 

Source
pub type AroundContinuation<'a, T> = Box<dyn FnOnce(&mut T) -> CallbackResult + 'a>;
Expand description

The continuation passed to around callbacks.

Aliased Typeยง

pub struct AroundContinuation<'a, T>(/* private fields */);