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