Home
last modified time | relevance | path

Searched defs:from_http (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/
H A Dresponse.rs73 pub(crate) fn from_http(res: http::Response<T>) -> Self { in from_http() method
H A Drequest.rs169 pub fn from_http(http: http::Request<T>) -> Self { in from_http() method