MCPcopy Create free account
hub / github.com/MagnetForensics/dumpit-linux / Error

Enum Error

src/error.rs:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug)]
10pub enum Error {
11 IoError(String),
12 IntParseError(String),
13 ElfParseError(String),
14 ObjectParseError(String),
15 NixError(String)
16}
17
18impl From<io::Error> for Error {
19 fn from(err: io::Error) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected