MCPcopy Create free account
hub / github.com/06chaynes/http-cache / kind

Method kind

http-cache/src/error.rs:367–369  ·  view source on GitHub ↗

Get the error kind

(&self)

Source from the content-addressed store, hash-verified

365
366 /// Get the error kind
367 pub fn kind(&self) -> &StreamingErrorKind {
368 &self.kind
369 }
370}
371
372impl fmt::Display for StreamingError {

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected