Struct edge::Route [] [src]

pub struct Route { /* fields omitted */ }

A route is an absolute URL pattern with a leading slash, and segments separated by slashes.

A segment that begins with a colon declares a variable, for example "/:user_id".

Trait Implementations

impl Debug for Route
[src]

Formats the value using the given formatter.