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