Trait gonzales::Route[][src]

pub trait Route<T> {
    fn is_match(req: &Vec<&str>, method: &str) -> bool;
fn get_tuple_args(req: &Vec<&str>) -> T;
fn len() -> usize; }

Required methods

fn is_match(req: &Vec<&str>, method: &str) -> bool[src]

fn get_tuple_args(req: &Vec<&str>) -> T[src]

fn len() -> usize[src]

Loading content...

Implementors

Loading content...