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

Class CustomError

libs/error-stack/src/ext/iter.rs:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208 #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
209 struct CustomError(usize);
210
211 impl fmt::Display for CustomError {
212 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {

Calls

no outgoing calls