pub trait MiddlewareWithOptions<Element, Window, O>{
// Required method
fn options(&self) -> &Derivable<'_, Element, Window, O>;
}
Expand description
Middleware with options.
pub trait MiddlewareWithOptions<Element, Window, O>{
// Required method
fn options(&self) -> &Derivable<'_, Element, Window, O>;
}
Middleware with options.