MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / into_source

Method into_source

block/src/error.rs:215–217  ·  view source on GitHub ↗

Consume the error and return the boxed source, if any.

(self)

Source from the content-addressed store, hash-verified

213
214 /// Consume the error and return the boxed source, if any.
215 pub fn into_source(self) -> Option<Box<dyn StdError + Send + Sync + 'static>> {
216 self.source
217 }
218}
219
220impl Display for BlockError {

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected