Searched defs:BoxedError (Results 1 – 1 of 1) sorted by relevance
69 pub(super) type BoxedError = Box<dyn error::Error + Send + Sync>; typedef75 E: Into<BoxedError>, in boxed()