Home
last modified time | relevance | path

Searched refs:from_external_error (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/nom/src/
Derror.rs53 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/
Dmod.rs117 Err(e) => Err(Err::Error(E::from_external_error(i, ErrorKind::MapRes, e))), in map_res()
/third_party/rust/crates/nom/doc/
Derror_management.md295 fn from_external_error(input: I, kind: ErrorKind, e: ExternalError) -> Self;