#cannot borrow `set` as mutable more than once at a time (ParamSet Error)

5 messages · Page 1 of 1 (latest)

glass radish
#

cannot borrow set as mutable more than once at a time (ParamSet Error)

hidden zenith
#

Yea the reason you use paramset is to use both set at separate times. You cannot use p1 while you have p0 borrowed. I think.

#

You have to deal with p0 and when you are done you can use p1

edgy blade
#

the point of a ParamSet is to make it so that only one of the params is used at one time