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

Interface StableDeref

src/lib.rs:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// This section provides the kernel wth the StableDeref trait.
126
127pub unsafe trait StableDeref: Deref {}
128pub unsafe trait CloneStableDeref: StableDeref + Clone {}
129
130use alloc::borrow::Cow;

Callers

nothing calls this directly

Implementers 1

lib.rssrc/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected