MCPcopy Create free account
hub / github.com/VimYoung/Spell / from

Method from

spell-cli/src/main.rs:552–554  ·  view source on GitHub ↗
(value: std::io::Error)

Source from the content-addressed store, hash-verified

550
551impl From<std::io::Error> for SpellError {
552 fn from(value: std::io::Error) -> Self {
553 SpellError::IO(value)
554 }
555}
556
557impl From<zbus::Error> for SpellError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected