Function rusoto_codegen::generator::capitalize_first [] [src]

pub fn capitalize_first<S>(word: S) -> String where
    S: Into<String>, 

Capitalize the first character in the given string. If the input string is empty an empty string is returned.