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'd like to have a function return a Snippet but origin is a &str and I have a PathBuf. I can convert it to a Cow<str> but I wouldn't be able to return the Snippet.
The text was updated successfully, but these errors were encountered:
I'd like to have a function return a Snippet but
origin
is a&str
and I have aPathBuf
. I can convert it to aCow<str>
but I wouldn't be able to return theSnippet
.The text was updated successfully, but these errors were encountered: