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