struct Namespace {} impl Namespace { fn new() -> Self; fn insert(&mut self, name: S, export: E); fn contains_key(&mut self, key: S) -> bool; }