Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-rust-runtime
/ drop
Method
drop
lambda-runtime-api-client/src/body/watch.rs:56–58 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
54
55
impl Drop for Sender {
56
fn drop(&mut self) {
57
self.send(CLOSED);
58
}
59
}
60
61
impl Receiver {
Callers
nothing calls this directly
Calls
1
send
Method · 0.80
Tested by
no test coverage detected