pub fn spawn_noop_directory_server(directory: ServerEnd<DirectoryMarker>)Expand description
Same as below but provides a noop request handler to the provider directory.
This is useful if you have to provide an implementation of fuchsia.io.Directory
for a test, but don’t need to handle any individual method.