Hello everyone!, new Rustacean here,
I'm using reqwest to do an HTTP multipart POST. Regarding the following function: https://github.com/seanmonstar/reqwest/blob/master/src/multipart_.rs#L197, is there any way to use that function with an argument of type String
? Why would the author use a 'static
lifetime as generic argument?
Thanks in advance!