Skip to main content

IDirectoryInfo

Trait IDirectoryInfo 

Source
pub trait IDirectoryInfo: IFileSystemInfo {
    // Provided methods
    fn current(self) -> Il2CppString { ... }
    fn set_current(self, value: Il2CppString) { ... }
    fn parent(self) -> Il2CppString { ... }
    fn set_parent(self, value: Il2CppString) { ... }
}

Provided Methods§

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§