`Arc`s were tripping me up because i didn't get th...
# development
a
`Arc`s were tripping me up because i didn't get that you had to invoke a method on the wrapped object in order to get it out of a clone and i had been trying to use an
Arc<(Database, Environment)>
, but figured that out (or remembered?) just now