Struct actix_web::dev::Router[][src]

pub struct Router<S> { /* fields omitted */ }

Interface for application router.

Methods

impl<S: 'static> Router<S>
[src]

Handle request

Query for matched resource

Trait Implementations

impl<S: 'static> Default for Router<S>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<S> !Send for Router<S>

impl<S> !Sync for Router<S>