Home
last modified time | relevance | path

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

/tonic/tonic/src/
H A Dstatus.rs346 return Ok(Status::from_h2_error(h2)); in try_from_error()
361 fn from_h2_error(err: Box<h2::Error>) -> Status { in from_h2_error() method
674 Status::from_h2_error(Box::new(err)) in from()