Struct tsukuyomi::app::builder::Route[][src]

pub struct Route<'a> { /* fields omitted */ }

A proxy object for creating an endpoint.

Methods

impl<'a> Route<'a>
[src]

Important traits for &'a mut R

Modifies the HTTP method of this route.

Important traits for &'a mut R

Modifies the URI of this route.

Important traits for &'a mut R

Register a Modifier to this route.

Important traits for &'a mut R

Sets a Handler to this route.

Trait Implementations

impl<'a> Debug for Route<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Route<'a>

impl<'a> Sync for Route<'a>