pub fn string_upper<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StringUpper::new().build(input, scope).
StringUpper::new().build(input, scope)