Closed mozkeeler closed 2 years ago
Since ParamItem doesn't appear to be long-lived anyway, we should be able to use lifetimes to ensure that the data being pointed to doesn't go away or move before we're done with it.
This addresses #27.
Since ParamItem doesn't appear to be long-lived anyway, we should be able to use lifetimes to ensure that the data being pointed to doesn't go away or move before we're done with it.
This addresses #27.