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