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
data.file is a String instance, my main function calls another function passing data which then builds the report. Borrowed data either escapes the function body or doesn't outlive 'static as required
The text was updated successfully, but these errors were encountered:
New to this crate, so not sure if I'm simply doing something wrong but it seems like you can't build reports with non-static values:
data.file
is aString
instance, my main function calls another function passingdata
which then builds the report. Borroweddata
either escapes the function body or doesn't outlive 'static as requiredThe text was updated successfully, but these errors were encountered: