Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ TxToken
Class
TxToken
tcp/src/main.rs:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
67
pub struct TxToken {
68
handle: Arc<syscalls::CommHandle>
69
}
70
71
impl smoltcp::phy::TxToken for TxToken {
72
fn consume<R, F>(self,
Callers
nothing calls this directly
Implementers
1
main.rs
tcp/src/main.rs
Calls
no outgoing calls
Tested by
no test coverage detected