macro_rules! dlverbose {
($($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 {
($($arg:tt)*) => { ... };
}Prints string with args if @DL_VERBOSE is set. What is the out stream defines in @ext module.