Peternator7 / strum

A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.8k stars 151 forks source link

Fix AsRefStr docs to specify lifetime constraints #330

Closed DTrippe closed 9 months ago

DTrippe commented 9 months ago

Fix for the AsRefStr docs to clarify that the lifetime bound on the returned str reference is the same as the originating enum reference.

As well, added a reference to IntoStaticStr, to direct users who explicitly be looking for that.