Skip to main content

ISearchResultMethods

Trait ISearchResultMethods 

Source
pub trait ISearchResultMethods: ISearchResult {
    // Provided method
    fn get_user_path(self) -> Il2CppString { ... }
}

Provided Methods§

Source

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§

Source§

impl<__T: ISearchResult> ISearchResultMethods for __T

Available on crate feature system-io-searchresult only.