Skip to main content

IFileHandle_1

Trait IFileHandle_1 

Source
pub trait IFileHandle_1<T0: ClassIdentity>: IFileCommon {
    // Provided methods
    fn m_data(self) -> FileData { ... }
    fn set_m_data(self, value: FileData) { ... }
}

Provided Methods§

Source

fn m_data(self) -> FileData

Source

fn set_m_data(self, value: FileData)

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§