跳到主要内容

dict

搜索

dict 

源代码
macro_rules! dict {
    ( $($key:expr => $value:expr),* $(,)*) => { ... };
}