MCPcopy Index your code
hub / github.com/SoftbearStudios/bitcode / Error

Class Error

src/error.rs:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36/// In release mode, the error is a zero-sized type for efficiency.
37#[cfg_attr(test, derive(PartialEq))]
38pub struct Error(ErrorImpl);
39impl Debug for Error {
40 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
41 write!(f, "Error({:?})", self.to_string())

Callers 2

errorFunction · 0.85
error_from_displayFunction · 0.85

Implementers 2

error.rssrc/error.rs
mod.rssrc/serde/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected