Searched refs:from_h2_error (Results 1 – 1 of 1) sorted by relevance
346 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() method674 Status::from_h2_error(Box::new(err)) in from()