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