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
The need to use &'static str as the message type for ServiceCheckOptions is very restrictive. Is there any clear reason you need the static lifetime? Could you instead make do with an owned String?
The text was updated successfully, but these errors were encountered:
The need to use
&'static str
as the message type forServiceCheckOptions
is very restrictive. Is there any clear reason you need the static lifetime? Could you instead make do with an ownedString
?The text was updated successfully, but these errors were encountered: