(msg: String)
| 134 | /// Helper function to keep consistent formatting |
| 135 | #[inline] |
| 136 | fn format_path(msg: String) -> String { |
| 137 | format!("Path \"{}\"", msg) |
| 138 | } |
| 139 | |
| 140 | /// Trait to map [std::io::Error] into [Error] |
| 141 | pub trait IOErrorToError<T> { |
no outgoing calls
no test coverage detected