Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ zeroize_or_on_drop
Method
zeroize_or_on_drop
zeroize/src/lib.rs:837–837 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
835
836
impl<T: ZeroizeOnDrop + ?Sized> AssertZeroizeOnDrop for &&mut T {
837
fn zeroize_or_on_drop(self) {}
838
}
839
840
/// Auto-deref workaround for deriving `ZeroizeOnDrop`.
Callers
nothing calls this directly
Calls
1
zeroize
Method · 0.45
Tested by
no test coverage detected