[][src]Function lep::stringify

pub fn stringify(x: Rc<dyn Any>) -> Option<String>

Stringify (), bool, i64, String, Ref or Pair. () is represented by the empty string. String will be quoted. None is returned if the type is not supported.