EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

Rename `Typed` to `DescribeType` #78

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Checklist

Description of Changes

Typed is a bit too generic. DescribeType should be more clear and matches TypeDescriptor nicely.

Related Issues

Fixes https://github.com/EmbarkStudios/mirror-mirror/issues/75