async fn execute_stmt_group<S: ResultSender>(
    client: &mut SessionClient,
    sender: &mut S,
    stmt_group: Vec<(Statement<Raw>, Vec<Option<String>>)>
) -> Result<Result<(), ()>, Error>
Expand description

Returns Ok(Err) if any statement error’d during execution.