MCPcopy Create free account
hub / github.com/hashintel/hash / from

Method from

libs/error-stack/src/report.rs:919–921  ·  view source on GitHub ↗
(report: Report<C>)

Source from the content-addressed store, hash-verified

917
918impl<C: 'static> From<Report<C>> for Box<dyn Error> {
919 fn from(report: Report<C>) -> Self {
920 Box::new(report.into_error())
921 }
922}
923
924impl<C: 'static> From<Report<C>> for Box<dyn Error + Send> {

Callers

nothing calls this directly

Calls 1

into_errorMethod · 0.80

Tested by

no test coverage detected