| 125 | // This section provides the kernel wth the StableDeref trait. |
| 126 | |
| 127 | pub unsafe trait StableDeref: Deref {} |
| 128 | pub unsafe trait CloneStableDeref: StableDeref + Clone {} |
| 129 | |
| 130 | use alloc::borrow::Cow; |
nothing calls this directly
no outgoing calls
no test coverage detected