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