Add a Scheme supertrait for kernel-only methods.

This commit is contained in:
4lDO2
2021-08-16 13:40:53 +02:00
parent 31c4bc8a1c
commit de28cc4918
16 changed files with 22 additions and 5 deletions
+1
View File
@@ -165,3 +165,4 @@ impl Scheme for DebugScheme {
Ok(0)
}
}
impl crate::scheme::KernelScheme for DebugScheme {}