Trait kernel::debug::Debug [] [src]

pub trait Debug {
    fn write(&self, buf: &'static mut [u8], len: usize);
}

Required Methods

Implementors