Skip to content

Receiving object reference support - Transfer to object input param #59

Description

@nikos-kitmeridis

To my understanding Receiving inputs are not currently supported.
I only see shared and ImmOrOwned

public enum ObjectArg: KeyProtocol {
    /// Represents an object argument that is either immutable or owned by the caller.
    case immOrOwned(ImmOrOwned)

    /// Represents a shared object argument.
    case shared(SharedObjectArg)

I wonder if it would be possible to add it.

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions