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