Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/core/src/error/
H A Derror.rs666 Self::from_error_ext(BoxedError(error)) in from_boxed()
1385 struct BoxedError(Box<dyn core::error::Error + Send + Sync + 'static>); struct
1389 unsafe impl ErrorExt for BoxedError { implementation