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
The implementation from the Actor trait can't be reused because we need to convert the type into a function pointer, so the type name will be something along the lines of fn(SyncContext<M>, ...) which is pretty much useless.
The text was updated successfully, but these errors were encountered:
The implementation from the
Actor
trait can't be reused because we need to convert the type into a function pointer, so the type name will be something along the lines offn(SyncContext<M>, ...)
which is pretty much useless.The text was updated successfully, but these errors were encountered: