pub fn assign_add_variable_op<O0: Into<Output>, O1: Into<Output>>( resource: O0, value: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for AssignAddVariableOp::new().build(resource, value, scope).
AssignAddVariableOp::new().build(resource, value, scope)