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 SigningService has an inner type of Cow<'static, str>, but no public way of constructing it with an owned value (there's only from_static). Another function or trait implementation should be added to be able to create it from String.
The text was updated successfully, but these errors were encountered:
The
SigningService
has an inner type ofCow<'static, str>
, but no public way of constructing it with an owned value (there's onlyfrom_static
). Another function or trait implementation should be added to be able to create it fromString
.The text was updated successfully, but these errors were encountered: