pub trait IDirectory_SearchDataMethods: IDirectory_SearchData {
// Provided method
fn ctor(
self,
full_path: impl Into<Il2CppString>,
user_path: impl Into<Il2CppString>,
search_option: impl Into<SearchOption>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
full_path: impl Into<Il2CppString>,
user_path: impl Into<Il2CppString>,
search_option: impl Into<SearchOption>,
)
fn ctor( self, full_path: impl Into<Il2CppString>, user_path: impl Into<Il2CppString>, search_option: impl Into<SearchOption>, )
.ctor(::unity::Il2CppString, ::unity::Il2CppString, crate::system::io::searchoption::SearchOption) 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: IDirectory_SearchData> IDirectory_SearchDataMethods for __T
Available on crate feature
system-io-directory only.