pub trait IPreloadDataMethods: IPreloadData {
// Provided method
fn preload_data_dont_strip_me(self) { ... }
}Provided Methods§
Sourcefn preload_data_dont_strip_me(self)
fn preload_data_dont_strip_me(self)
PreloadDataDontStripMe() 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: IPreloadData> IPreloadDataMethods for __T
Available on crate feature
unity_engine-preloaddata only.