I believe that Memetypes should be valid header values. This makes code like this nice and easy
let mut m = HeaderMap::new();
m.insert(http::header::CONTENT_TYPE, mime::APPLICATION_JSON.into() /* not werks currently */);
I would be happy to try to contribute a merge request.