[][src]Trait app_route::AppRoute

pub trait AppRoute: Display + FromStr {
    fn path_pattern() -> String
    where
        Self: Sized
;
fn query_string(&self) -> Option<String>; }

Required methods

fn path_pattern() -> String where
    Self: Sized

fn query_string(&self) -> Option<String>

Loading content...

Implementors

Loading content...