extern crate dtl; use dtl::Value; pub fn filter_const(_: Option>, arg: &str) -> Option> { Some(Box::new(arg.to_string())) }