Home
last modified time | relevance | path

Searched defs:add_context (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nom/src/
Derror.rs43 fn add_context(_input: I, _ctx: &'static str, other: Self) -> Self { in add_context() method
194 fn add_context(input: I, ctx: &'static str, mut other: Self) -> Self { in add_context() method