pub trait IMapHistory_VariableMapMethods: IMapHistory_VariableMap {
// Provided methods
fn ctor(self) { ... }
fn get_keys(self) -> List_1<Il2CppString> { ... }
}Provided Methods§
Sourcefn get_keys(self) -> List_1<Il2CppString>
fn get_keys(self) -> List_1<Il2CppString>
get_Keys() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IMapHistory_VariableMap> IMapHistory_VariableMapMethods for __T
Available on crate feature
app-maphistory only.