Closed sosthene-nitrokey closed 4 months ago
This would supersede #484. We need to pay attention to the Drop impl depending on the order we merge PRs
Drop
This adds a couple of methods to the Storage sealed trait to deal with the fact that Borrow cannot be used in concurrent code:
Storage
Borrow
This would supersede #484. We need to pay attention to the
Drop
impl depending on the order we merge PRsThis adds a couple of methods to the
Storage
sealed trait to deal with the fact thatBorrow
cannot be used in concurrent code: