remove static restriction for str ref#114
remove static restriction for str ref#114andrei-ng wants to merge 1 commit intoplotly:devfrom andrei-ng:fix-static-lifetime
Conversation
@mfreeborn , I tried your suggestion , but it does not work as is. I will try to see if I can get AsRef to work for this case. |
|
This implementation would work however the above will not allow one to write but the type must be speficied, which I think is ugly Do you @mfreeborn have any suggestion? |
|
Closed by #115 - thanks for your input :) |
|
@mfreeborn , thanks! Your solution was indeed simpler :). |
Opening another PR based on the discussion in: #107