MCPcopy Create free account
hub / github.com/3Hren/msgpack-rust / MarkerWriteError

Class MarkerWriteError

src/encode.rs:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47/// Represents an error that can occur when attempting to write marker into the write.
48#[derive(Debug)]
49pub struct MarkerWriteError(WriteError);
50
51impl Error for MarkerWriteError {
52 fn description(&self) -> &str { "error while writing marker" }

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected