MCPcopy Index your code
hub / github.com/endbasic/endbasic / from

Method from

core/src/parser.rs:38–40  ·  view source on GitHub ↗
(value: (LineCol, io::Error))

Source from the content-addressed store, hash-verified

36
37impl From<(LineCol, io::Error)> for Error {
38 fn from(value: (LineCol, io::Error)) -> Self {
39 Self::Io(value.0, value.1)
40 }
41}
42
43/// Result for parser return values.

Callers

nothing calls this directly

Calls 1

peekableMethod · 0.80

Tested by

no test coverage detected