value_list_ty

Macro value_list_ty 

Source
macro_rules! value_list_ty {
    [$a:ty] => { ... };
    [$a:ty,$($bs:ty),+] => { ... };
}