Skip to main content

FileSystemMethods

pub trait FileSystemMethods<D: DomTypes> {
    // Required methods
    fn Name(&self) -> USVString;
    fn Root(&self) -> DomRoot<D::FileSystemDirectoryEntry>;
}

Required Methods§

Implementors§