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