macro_rules! pub_for_test {
    ($(#[$meta:meta])* $vis: vis $ident: ident $($val: tt)*) => { ... };
}
Expand description

Makes given ident pub only for test and uses supplied visibility if compiled otherwise.