Home
last modified time | relevance | path

Searched defs:into_http (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/
H A Dresponse.rs82 pub(crate) fn into_http(self) -> http::Response<T> { in into_http() method
H A Drequest.rs174 pub(crate) fn into_http( in into_http() method
H A Dstatus.rs578 pub fn into_http<B: Default>(self) -> http::Response<B> { in into_http() method