Function querent_synapse::querent::py_runtime::call_async

source ยท
pub fn call_async(
    fun: Py<PyFunction>,
    args: Vec<CLRepr>,
    config: Option<Config>,
    query_config: Option<Neo4jQueryConfig>
) -> Result<impl Future<Output = Result<CLRepr, QuerentError>>, QuerentError>