pub fn mime_type<S: Into<String>>(mime_type: S) -> ContentMimeTypeExpand description
Prepares to output some content with the specified mime type.
evcxr_runtime::mime_type("text/plain").text("Hello world");pub fn mime_type<S: Into<String>>(mime_type: S) -> ContentMimeTypePrepares to output some content with the specified mime type.
evcxr_runtime::mime_type("text/plain").text("Hello world");