pub trait IMapHistory_IdMap_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self, capacity: i32)
where Self: Sized { ... }
fn entry(self, id: Il2CppString) -> i32
where Self: Sized { ... }
fn try_get(self, index: i32) -> Il2CppString
where Self: Sized { ... }
fn get_version(self) -> i32
where Self: Sized { ... }
fn on_serialize(self, stream: Stream_2)
where Self: Sized { ... }
fn on_deserialize(self, stream: Stream_2, version: i32)
where Self: Sized { ... }
}Provided Methods§
fn ctor(self, capacity: i32)where
Self: Sized,
fn entry(self, id: Il2CppString) -> i32where
Self: Sized,
fn try_get(self, index: i32) -> Il2CppStringwhere
Self: Sized,
fn get_version(self) -> i32where
Self: Sized,
fn on_serialize(self, stream: Stream_2)where
Self: Sized,
fn on_deserialize(self, stream: Stream_2, version: i32)where
Self: Sized,
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.