Searched defs:with_log (Results 1 – 3 of 3) sorted by relevance
23 fn with_log(self) -> Result<T, E>; in with_log() method27 fn with_log(self) -> Result<T, E> { in with_log() method
17 def _register_same_name(name, with_log=False): argument
213 pub fn with_log(original_input: &'i str, vfn: Option<&dyn Fn(SyntaxViolation)>) -> Self { in with_log() method