When I tried to add the next bit here, the borrow checker objected to mutable borrows in lines 136 and 147, borrows it has no problem with now. So I'm going to try to get this working without `Option<T>` first. |
||
---|---|---|
.. | ||
main.rs |
When I tried to add the next bit here, the borrow checker objected to mutable borrows in lines 136 and 147, borrows it has no problem with now. So I'm going to try to get this working without `Option<T>` first. |
||
---|---|---|
.. | ||
main.rs |