pub trait INDStorageFileHelper_Impl: Sized {
    // Required method
    fn GetFileURLs(
        &self,
        file: Option<&IStorageFile>
    ) -> Result<IVector<HSTRING>>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§