Type Definition light_pencil::BeforeRequestFunc [] [src]

type BeforeRequestFunc = Fn(&mut Request) -> Option<PencilResult> + Send + Sync;