pub trait AsScriptVariableId {
    // Required method
    fn as_id(&self) -> ScriptVariableId;
}

Required Methods§

Implementors§