Skip to content

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

Open
@nikos-kitmeridis

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!

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