run_sse

Function run_sse 

Source
pub async fn run_sse(
    __arg0: State<RuntimeController>,
    __arg1: Path<(String, String, String)>,
    __arg2: Json<RunRequest>,
) -> Result<Sse<impl Stream<Item = Result<Event, Infallible>>>, StatusCode>
Available on crate feature server only.