[][src]Trait ntex::web::dev::IntoRoutes

pub trait IntoRoutes<Err: ErrorRenderer> {
    pub fn routes(self) -> Vec<Route<Err>>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
; }

Convert object to a vec of routes

Required methods

pub fn routes(self) -> Vec<Route<Err>>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
[src]

Loading content...

Implementations on Foreign Types

impl<Err: ErrorRenderer> IntoRoutes<Err> for Vec<Route<Err>>[src]

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>,)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for (Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>, Route<Err>)[src]

IntoRoutes implementation for a tuple

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 1] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 2] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 3] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 4] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 5] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 6] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 7] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 8] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 9] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 10] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 11] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

impl<Err: ErrorRenderer> IntoRoutes<Err> for [Route<Err>; 12] where
    Err: ErrorRenderer
[src]

IntoRoutes implementation for an array

Loading content...

Implementors

impl<Err: ErrorRenderer> IntoRoutes<Err> for Route<Err>[src]

Loading content...