MCPcopy Create free account
hub / github.com/bytesnake/vim-graphical-preview / Error

Enum Error

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

Source from the content-addressed store, hash-verified

6
7#[derive(Debug)]
8pub enum Error {
9 InvalidMath(String, String, usize), // reason, element, line
10 InvalidDvisvgm(String),
11 FileNotFound(PathBuf),
12 BinaryNotFound(which::Error),
13 UnknownFence(String),
14 InvalidImage(String),
15 Io(io::Error),
16}
17
18impl fmt::Display for Error {
19 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected