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