pub fn debug_slice(slice: &ReadableProcessSlice) -> Result<usize, ()>Expand description
Write a ReadableProcessSlice to the debug output.
ยงErrors
Will return Err if it is not possible to write any output.
pub fn debug_slice(slice: &ReadableProcessSlice) -> Result<usize, ()>Write a ReadableProcessSlice to the debug output.
Will return Err if it is not possible to write any output.