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

Class WriteError

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

Source from the content-addressed store, hash-verified

18/// Represents an error that can occur when attempting to write MessagePack'ed value into the write.
19#[derive(Debug)]
20pub struct WriteError(io::Error);
21
22impl Error for WriteError {
23 fn description(&self) -> &str { "error while writing MessagePack'ed value" }

Callers 8

fromMethod · 0.85
write_strFunction · 0.85
write_binFunction · 0.85
write_valueFunction · 0.85
visit_bytesMethod · 0.85
write_value_refFunction · 0.85
display_traitFunction · 0.85
error_traitFunction · 0.85

Calls

no outgoing calls

Tested by 2

display_traitFunction · 0.68
error_traitFunction · 0.68