mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
105 B
Rust
10 lines
105 B
Rust
#[derive(Debug)]
|
|
pub struct Context;
|
|
|
|
impl Context {
|
|
pub fn new() -> Self {
|
|
Context
|
|
}
|
|
}
|
|
|