Home
last modified time | relevance | path

Searched refs:truthiness_error (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tinytemplate/src/
Derror.rs156 pub(crate) fn truthiness_error(source: &str, path: PathSlice) -> Error { in truthiness_error() function
Dtemplate.rs335 return Err(truthiness_error(self.original_text, path)); in value_is_truthy()