The syntax of defining a constant in Rust is: const CONSTANT_NAME:data_type = constant_value; ... I need global const or static variable of HashSet.
確定! 回上一頁