pub fn run<A>(address: A, router: Route)where
A: ToSocketAddrs,Expand description
Application entry point. Call this function to run your application.
pub fn run<A>(address: A, router: Route)where
A: ToSocketAddrs,Application entry point. Call this function to run your application.