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