pub fn stack_pop<O0: Into<Output>>( handle: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for StackPop::new().build(handle, scope).
StackPop::new().build(handle, scope)