Home
last modified time | relevance | path

Searched refs:to_content_type (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-web/src/
H A Dservice.rs238 HeaderValue::from_static(encoding.to_content_type()), in coerce_response()
H A Dcall.rs360 pub(crate) fn to_content_type(self) -> &'static str { in to_content_type() method