Searched refs:from_external_error (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/nom/src/ |
D | error.rs | 53 fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self; in from_external_error() method 86 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method 116 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method 130 fn from_external_error(_input: I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error() method 204 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
|
/third_party/rust/crates/nom/src/combinator/ |
D | mod.rs | 117 Err(e) => Err(Err::Error(E::from_external_error(i, ErrorKind::MapRes, e))), in map_res()
|
/third_party/rust/crates/nom/doc/ |
D | error_management.md | 295 fn from_external_error(input: I, kind: ErrorKind, e: ExternalError) -> Self;
|