MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / CanRead

Interface CanRead

src/vol.rs:12–12  ·  view source on GitHub ↗

Helper traits for Read/Write:

Source from the content-addressed store, hash-verified

10
11// Helper traits for Read/Write:
12pub trait CanRead {}
13pub trait CanWrite {}
14
15// Zero-sized type to allow read/write access:

Callers

nothing calls this directly

Implementers 1

vol.rssrc/vol.rs

Calls

no outgoing calls

Tested by

no test coverage detected