[][src]Type Definition tiny_http::ResponseBox

type ResponseBox = Response<Box<dyn Read + Send>>;
[]

A Response without a template parameter.