Skip to main content

BoxedGuard

Type Alias BoxedGuard 

Source
pub type BoxedGuard = Box<dyn RouteGuard<Future = Pin<Box<dyn Future<Output = GuardResult> + Send>>>>;
Available on crate feature guard only.
Expand description

Boxed route guard for dynamic dispatch

Aliased Typeยง

pub struct BoxedGuard(/* private fields */);