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