rust/syn/sealed.rs

Source file repositories/reference/linux-study-clean/rust/syn/sealed.rs

File Facts

System
Linux kernel
Corpus path
rust/syn/sealed.rs
Extension
.rs
Size
134 bytes
Lines
7
Domain
Rust Kernel Layer
Bucket
Rust API Membrane
Inferred role
Rust Kernel Layer: implementation source
Status
source implementation candidate

Why This File Exists

Rust-side wrappers and abstractions around kernel C APIs, ownership contracts, allocation, synchronization, and module integration.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(feature = "parsing")]
pub(crate) mod lookahead {
    pub trait Sealed: Copy {}
}

Annotation

Implementation Notes