(value: std::io::Error)
| 550 | |
| 551 | impl From<std::io::Error> for SpellError { |
| 552 | fn from(value: std::io::Error) -> Self { |
| 553 | SpellError::IO(value) |
| 554 | } |
| 555 | } |
| 556 | |
| 557 | impl From<zbus::Error> for SpellError { |
nothing calls this directly
no outgoing calls
no test coverage detected