Type Definition rustful::handler::DefaultRouter [] [src]

type DefaultRouter<T> = TreeRouter<MethodRouter<Variables<T>>>;

Alias for TreeRouter<MethodRouter<Variables<T>>>.

This is probably the most common composition, which will select handlers based on path and then HTTP method, and collect any variables on the way.