I've noticed a project where they've implemented their own macro for as_str()/from_str() methods of their enums, with the added ability to document those methods specific to the enum.
Seems like it might be a useful feature for the equivalent derivable methods in strum? I assume it might be implemented similar to how this PR did so for EnumDiscriminants.