pub async fn serve(
listener: TcpListener,
- launcher_args: Args,
+ launcher_args: Args,
) -> Result<(), Error>
Expand description
Start a demo HTTP server that will conform to the demo HTTP protocol
diff --git a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html index d5338dbfd1..13aef129a8 100644 --- a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html +++ b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html @@ -1,5 +1,5 @@
pub struct UntrustedApp {
pub oak_functions_client: OakFunctionsClient<Channel>,
- pub launcher: Launcher,
-}
oak_functions_client: OakFunctionsClient<Channel>
§launcher: Launcher
oak_functions_client: OakFunctionsClient<Channel>
§launcher: Launcher