vfs::directory

Function spawn_directory_with_options

Source
pub fn spawn_directory_with_options<D: Directory + ?Sized>(
    dir: Arc<D>,
    options: DirectoryOptions,
) -> DirectoryProxy
Expand description

Serves [dir] with the given [options] and returns a DirectoryProxy to it.