pub async fn run(
runtime: Arc<dyn FrontendRuntime>,
) -> Result<FrontendExit, FrontendAppError>Expand description
Run the canonical full-screen frontend over a local or remote adapter.
pub async fn run(
runtime: Arc<dyn FrontendRuntime>,
) -> Result<FrontendExit, FrontendAppError>Run the canonical full-screen frontend over a local or remote adapter.