1 2 3 4 5
/// Return a empty but initialized string object. #[inline] pub fn empty_string() -> String { String::from("") }