Skip to main content

UserCtx

Type Alias UserCtx 

Source
pub type UserCtx = Box<dyn Any + Sync + Send>;
Expand description

Optional user-defined subrequest context.

Aliased Typeยง

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