Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ drop
Method
drop
0b_traits/rust/iterators/src/lib.rs:25–27 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
23
24
impl Drop for Counter {
25
fn drop(&mut self) {
26
println!(
"Dropping at {}"
, self.count);
27
}
28
}
29
30
#[cfg(test)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected