pub unsafe trait SetDebugWriterCapability { }
Expand description
The SetDebugWriterCapability
allows the holder to set the debug writer
mechanism in the kernel.
The debug writer is held by the kernel to enable the debug!()
macro. The
debug writer mechanism has access to debugging print messages which may
contain information about the operation of the kernel.