Searched defs:ctxts (Results 1 – 2 of 2) sorted by relevance
348 let ctxts = wrap_iter(reso).filter(|&idx| async move { !excluding.contains(&idx) }); in encrypt_copath_node_resolution() localVariable351 let ctxts = ctxts.map(make_ctxt); in encrypt_copath_node_resolution() localVariable354 let ctxts = ctxts.then(make_ctxt); in encrypt_copath_node_resolution() localVariable356 let ctxts = ctxts.try_collect().await?; in encrypt_copath_node_resolution() localVariable
558 BcVec ctxts; member