nu_utils::utils

Function stdout_write_all_and_flush

Source
pub fn stdout_write_all_and_flush<T>(output: T) -> Result<()>
where T: AsRef<[u8]>,