edge::Callback [] [src]

type Callback<T> = fn(&T, &mut Request, Response);

Signature for a callback method