rust-lang-ru/dictionary

Добавить "Scope/In Scope"

ilyakmet opened this issue · 1 comments

"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."

Область видимости - общепринятый термин.