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
As the internal pattern is an Arc<str>, is it possible to add impl From<Regex> for Arc<str> and impl From<&Regex> for Arc<str> implementation? It is useful when doing conversions between types.