Macro rand::trace

source ยท
macro_rules! trace {
    ($($x:tt)*) => { ... };
}