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