pub fn destroy_resource_op<O0: Into<Output>>( resource: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DestroyResourceOp::new().build(resource, scope).
DestroyResourceOp::new().build(resource, scope)