pub fn to_title(s: impl AsRef<str>) -> String
Converts a string to Title.
Title
Alias for to_case(Case::Title).
to_case(Case::Title)
Title case strings are delimited by spaces. Only the leading character of each word is uppercase.