You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
To my understanding Receiving inputs are not currently supported.
I only see shared and ImmOrOwned
I wonder if it would be possible to add it.
Thanks!
The text was updated successfully, but these errors were encountered: