Struct banana::App [] [src]

pub struct App {
    pub routes: HashMap<&'static str, fn(_: Request) -> Response>,
}

Fields

Methods

impl App
[src]

Trait Implementations

impl Clone for App
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more