Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/rustix
/ Buffer
Interface
Buffer
src/buffer.rs:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
)
105
)]
106
pub trait Buffer<T>: private::Sealed<T> {}
107
108
// Implement `Buffer` for all the types that implement `Sealed`.
109
impl<T> Buffer<T> for &mut [T] {}
Callers
nothing calls this directly
Implementers
1
buffer.rs
src/buffer.rs
Calls
no outgoing calls
Tested by
no test coverage detected