Skip to main content

FileSystemFileEntryMethods

pub trait FileSystemFileEntryMethods<D: DomTypes> {
    // Required method
    fn File(
        &self,
        successCallback: Rc<FileCallback<D>>,
        errorCallback: Option<Rc<ErrorCallback<D>>>,
    );
}

Required Methods§

Source

fn File( &self, successCallback: Rc<FileCallback<D>>, errorCallback: Option<Rc<ErrorCallback<D>>>, )

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§