Given the example below, can I declare and use a global variable? extern crate sqlite; fn main() { let db: sqlite::Connection = open_database(); ...
確定! 回上一頁