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 need to use
&'static stras the message type forServiceCheckOptionsis very restrictive. Is there any clear reason you need the static lifetime? Could you instead make do with an ownedString?