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

Method serialization

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

Create a serialization error

(error: E)

Source from the content-addressed store, hash-verified

335
336 /// Create a serialization error
337 pub fn serialization<E: Into<BoxError>>(error: E) -> Self {
338 Self::with_kind(error, StreamingErrorKind::Serialization)
339 }
340
341 /// Create a concurrency error
342 pub fn concurrency<E: Into<BoxError>>(error: E) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected