burdges / zerodrop-rs

Zero data when dropped in Rust
Other
2 stars 1 forks source link

Sort out Borrow and BorrowMut #4

Open burdges opened 7 years ago

burdges commented 7 years ago

We impl<T> Borrow/BorrowMut<T> for ZeroDrop<T> here https://github.com/burdges/zerodrop-rs/blob/master/src/zd.rs#L134 but maybe it should be more generic? And ZeroDropDrop might need more especially.