Skip to main content

execute_jq

Function execute_jq 

Source
pub async fn execute_jq<E: CommandExecutor>(
    executor: &E,
    request: Request,
    jq: String,
    agent_arguments: Option<&AgentArguments>,
) -> Result<Pin<Box<dyn Stream<Item = Result<Value, E::Error>> + Send>>, E::Error>