Home
last modified time | relevance | path

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

/tonic/tonic/src/service/
H A Drecover_error.rs98 Err(err) => match Status::try_from_error(err.into()) { in poll()
/tonic/tonic/src/
H A Dstatus.rs319 Status::try_from_error(err).unwrap_or_else(|err| { in from_error()
333 pub fn try_from_error( in try_from_error() method