MCPcopy 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
67pub struct TxToken {
68 handle: Arc<syscalls::CommHandle>
69}
70
71impl smoltcp::phy::TxToken for TxToken {
72 fn consume<R, F>(self,

Callers

nothing calls this directly

Implementers 1

main.rstcp/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected