pub async fn holds(of: &FileSystemDirectoryHandle, name: &str) -> Result<bool>
Whether of holds a directory called name — the question a rename asks before it moves anything.
of
name
As names.
names