Type Definition chilli::BeforeRequestFunc [] [src]

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

Before request func type.