Skip to main content

cache_query_fields_async_with_scope

Function cache_query_fields_async_with_scope 

Source
pub async fn cache_query_fields_async_with_scope<const N: usize, F>(
    sql: &str,
    local_cache_scope: u64,
    c_params: &[DataField; N],
    build_query_params: F,
    cache: &mut impl CacheAble<DataField, RowData, N>,
) -> RowData
where F: FnOnce() -> Vec<DataField>,