Searched defs:from_external_error (Results 1 – 2 of 2) sorted by relevance
| /external/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
|
| /external/rust/crates/der-parser/src/ |
| D | error.rs | 88 fn from_external_error(_input: I, kind: ErrorKind, _e: E) -> BerError { in from_external_error() method
|