pub trait MatchRequest {
// Required method
fn match_request(&self, req: &Request<SgBody>) -> bool;
}Required Methods§
fn match_request(&self, req: &Request<SgBody>) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".