pub trait Humanize { // Required method fn humanize(&self) -> String; }
Present the object in human friendly text form
Emits String that represents current object in human friendly form
String