Skip to main content

FileSystemDirectoryReaderMethods

Trait FileSystemDirectoryReaderMethods 

Source
pub trait FileSystemDirectoryReaderMethods<D>
where D: DomTypes,
{ // Required method fn ReadEntries( &self, successCallback: RootedCallback<FileSystemEntriesCallback<D>>, errorCallback: Option<RootedCallback<ErrorCallback<D>>>, ); }

Required Methods§

Source

fn ReadEntries( &self, successCallback: RootedCallback<FileSystemEntriesCallback<D>>, errorCallback: Option<RootedCallback<ErrorCallback<D>>>, )

Implementors§