akern-gkgoat-fork/ableos/src/proc.rs

6 lines
88 B
Rust

use crate::relib::clparse::Command;
pub struct ProccessStart {
command: Command,
}