Fix imports

This commit is contained in:
Mark 2020-09-21 13:39:28 +03:00
parent daa376a583
commit 2643be66d4

View File

@ -1,3 +1,4 @@
use crate::ProtoV1;
pub trait KernelProtocol: Sized {
const KERNEL_MAGIC: [u8; 8];