Alex Nedelcu on Nostr: npub1mwg4m…alagv You can have access to type information, yes. That requires to ...
npub1mwg4m445e2md4prxxg8ewtt0gdpmx22gf7kxr9maaemvv9pt745sealagv (npub1mwg…lagv) You can have access to type information, yes. That requires to have a `A: Type` implicit in the macro's definition to workaround erasure.
In that sample, I can define Caller[A], but it may not help for my use-case because my function call will be without types, so it will infer it as `Any`, anyway.
I tried working around that with `transparent`, but for now, I don't really know what I'm doing. Trying to find more resources.
In that sample, I can define Caller[A], but it may not help for my use-case because my function call will be without types, so it will infer it as `Any`, anyway.
I tried working around that with `transparent`, but for now, I don't really know what I'm doing. Trying to find more resources.