Crate session_testing
source ·Functions
Spawn a request handler for the provided
directory
server end. This
function will spawn a detached Task to handle requests. Requests will be
handled using the provided handler
function.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.