MCPcopy 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)]
106pub trait Buffer<T>: private::Sealed<T> {}
107
108// Implement `Buffer` for all the types that implement `Sealed`.
109impl<T> Buffer<T> for &mut [T] {}

Callers

nothing calls this directly

Implementers 1

buffer.rssrc/buffer.rs

Calls

no outgoing calls

Tested by

no test coverage detected