You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project that reads metric descriptions from a config file. But since the description needs to be a &'static str, I can't use the describe_* macros.
Is there a way of getting around that, or would it be possible to allow the description to be an owned string (like it is with the name)?
The text was updated successfully, but these errors were encountered:
I'm working on a project that reads metric descriptions from a config file. But since the description needs to be a
&'static str
, I can't use thedescribe_*
macros.Is there a way of getting around that, or would it be possible to allow the description to be an owned string (like it is with the name)?
The text was updated successfully, but these errors were encountered: