Searched refs:BoxedError (Results 1 – 1 of 1) sorted by relevance
666 Self::from_error_ext(BoxedError(error)) in from_boxed()1385 struct BoxedError(Box<dyn core::error::Error + Send + Sync + 'static>); struct1389 unsafe impl ErrorExt for BoxedError { implementation