[][src]Module tide_fluent_routes::router

The router trait and its implementation on tide::Server connect the RouteBuilder to tide and allows you to call register on a tide::Server with a fluent route tree

Traits

Router

A router is any component where routes can be registered on like a tide::Server