|
|
|
|
|
by thomaslee
4384 days ago
|
|
Looks like it's supposed to be a lifetime name, but it got munged in the docs: https://github.com/cburgdorf/Floor/blob/master/src/request.r... If you're unfamiliar, Rust has some fairly strict rules about lifetimes. Basically this syntax means that the thing referenced by `origin` needs to live for as long as the Request that contains it. |
|