Searched refs:truthiness_error (Results 1 – 2 of 2) sorted by relevance
156 pub(crate) fn truthiness_error(source: &str, path: PathSlice) -> Error { in truthiness_error() function
335 return Err(truthiness_error(self.original_text, path)); in value_is_truthy()