actor icon indicating copy to clipboard operation
actor copied to clipboard

Remove `Actor::name()` (or make optional) using `type_name`

Open strohel opened this issue 2 years ago • 0 comments

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.

strohel avatar Jun 13 '22 02:06 strohel