Trait nickel::Mountable [] [src]

pub trait Mountable<D> {
    fn mount<S: Into<String>, M: Middleware<D>>(&mut self, mount_point: S, middleware: M);
}

Required Methods

fn mount<S: Into<String>, M: Middleware<D>>(&mut self, mount_point: S, middleware: M)

Implementors