actor
actor copied to clipboard
Remove `Actor::name()` (or make optional) using `type_name`
Per @PabloMansanet's https://github.com/tonarino/actor/pull/67#discussion_r883395081
I wonder if we can have a default implementation of this method using type_name, since it's mostly what we're manually doing anyway.