pub async fn serve_controller(
    stream: ControllerRequestStream,
    test: Test
) -> Result<()>
Expand description

Serves fuchsia.fuzzer.Controller using test fakes.