Skip to main content

IMapHistory_VariableMapMethods

Trait IMapHistory_VariableMapMethods 

Source
pub trait IMapHistory_VariableMapMethods: IMapHistory_VariableMap {
    // Provided methods
    fn ctor(self) { ... }
    fn get_keys(self) -> List_1<Il2CppString> { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

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§

Source§

impl<__T: IMapHistory_VariableMap> IMapHistory_VariableMapMethods for __T

Available on crate feature app-maphistory only.