Добавить "Scope/In Scope"
ilyakmet opened this issue · 1 comments
ilyakmet commented
"We don't need to write std::result::Result because Result is always "in scope" (in scope = ready to use). Rust does this for all the types we use a lot so we don't have to write std::result::Result, std::collections::Vec, etc."
p0lunin commented
Область видимости - общепринятый термин.