pub fn ref_exit<O0: Into<Output>>( data: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for RefExit::new().build(data, scope).
RefExit::new().build(data, scope)