Function encode_base64

Source
pub fn encode_base64<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for EncodeBase64::new().build(input, scope).