Skip to main content

ModuleRegistry

Type Alias ModuleRegistry 

Source
pub type ModuleRegistry = Rc<RefCell<BTreeMap<String, ModuleRecord>>>;
Expand description

指定子 → モジュール記録のレジストリ(ランタイムと実行器で共有)。

Aliased Type§

pub struct ModuleRegistry { /* private fields */ }