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.
pub fn spawn_directory_with_options<D: Directory + ?Sized>(
dir: Arc<D>,
options: DirectoryOptions,
) -> DirectoryProxy
Serves [dir] with the given [options] and returns a DirectoryProxy
to it.