pub async fn execute_command_single(
engine: StandardEngine,
command: &str,
identity: Identity,
params: Params,
timeout: Duration,
) -> ExecuteResult<Vec<Frame>>Expand description
Execute a single command statement with timeout.
This is a convenience wrapper around execute_command for single statements.