Home
last modified time | relevance | path

Searched refs:InternalBoundContext (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Ddevice.rs241 impl<Ctx: InternalBoundContext> Device<Ctx> {
578 pub trait InternalBoundContext: DeviceContext {} interface
579 impl<'a> InternalBoundContext for CoreInternal<'a> {}
580 impl InternalBoundContext for BoundInternal {}