// impls/implement_Truthy_for_AsStr.rs
usecrate::truthy::Truthy;usebase_traits::AsStr;impl<T> Truthy forTwhere
T : AsStr,
{fnis_truthy(&self)->Option<bool>{crate::parse::string_is_truthy(self.as_str())}}// ///////////////////////////// end of file //////////////////////////// //