macro_rules! dlverbose_no_flush {
($($arg:tt)*) => { ... };
}Expand description
Prints string with args if @DL_VERBOSE is set. What is the out stream defines in @ext module.
macro_rules! dlverbose_no_flush {
($($arg:tt)*) => { ... };
}Prints string with args if @DL_VERBOSE is set. What is the out stream defines in @ext module.