1
2
3
4
5
use twizzler_runtime_api::RustProcessRuntime;

use super::MinimalRuntime;

impl RustProcessRuntime for MinimalRuntime {}