so in rust we can omit the type in "let some_var :...
# development
b
so in rust we can omit the type in "let some_var : type = ", then we don't have to write "use foo::type"?