pub trait ITMP_AssetMethods: ITMP_Asset {
// Provided methods
fn get_instance_id(self) -> i32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_instance_id(self) -> i32
fn get_instance_id(self) -> i32
get_instanceID() 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: ITMP_Asset> ITMP_AssetMethods for __T
Available on crate feature
tm_pro-tmp_asset only.