Skip to main content

MiddlewareFn

Type Alias MiddlewareFn 

Source
pub type MiddlewareFn = Arc<dyn Fn(Request, Next) -> BoxFuture<'static, Result<Response>> + Send + Sync + 'static>;

Aliased Typeยง

pub struct MiddlewareFn { /* private fields */ }