dolly
dolly copied to clipboard
Add driver() function to obtain an immutable reference to the driver
Somethings it needed to get a value from driver without it modification. In unit tests, for example. It would be great to have a function that behaves like driver_mut
, but returns a non-mutable reference.