Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ f
Function
f
examples/buffer_errors.rs:130–132 ·
view source on GitHub ↗
(_: B)
Source
from the content-addressed store, hash-verified
128
}
129
}
130
fn f<B: Buffer<u8>>(_: B) -> Result<usize, io::Errno> {
131
Ok(0)
132
}
133
fn g<B: Buffer<u8>>(_: B) -> Result<usize, io::Errno> {
134
Ok(0)
135
}
Callers
14
with_recv_msghdr
Function · 0.85
with_msghdr
Function · 0.85
with_recv_msghdr
Function · 0.85
with_msghdr
Function · 0.85
retry_on_intr
Function · 0.85
option_into_with_c_str
Function · 0.85
into_with_c_str
Method · 0.85
with_c_str
Function · 0.85
with_c_str_slow_path
Function · 0.85
with_sockaddr
Method · 0.85
call_with_sockaddr
Function · 0.85
with_sockaddr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected