Searched defs:BoxedError (Results 1 – 2 of 2) sorted by relevance
69 pub(super) type BoxedError = Box<dyn error::Error + Send + Sync>; typedef75 E: Into<BoxedError>, in boxed()
113 type BoxedError = Box<dyn std::error::Error + Send + Sync>; typedef148 fn from_request(headers: Request<()>) -> DefaultFuture<Self, BoxedError> { in from_request() argument