pub trait ISearchResultMethods: ISearchResult {
// Provided method
fn get_user_path(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn get_user_path(self) -> Il2CppString
fn get_user_path(self) -> Il2CppString
get_UserPath() 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: ISearchResult> ISearchResultMethods for __T
Available on crate feature
system-io-searchresult only.