Type Definition simple_server::Handler[][src]

type Handler = Box<Fn(Request<Vec<u8>>, ResponseBuilder) -> ResponseResult + Send + Sync + 'static>;