Type Definition tiny_http::ResponseBox [] [src]

type ResponseBox = Response<Box<Read + Send>>;

A Response without a template parameter.