pub type AxumRouter<S> = Router<State<S>>;

Aliased Type§

struct AxumRouter<S> { /* private fields */ }