Skip to main content

async_batch_result

Function async_batch_result 

Source
pub fn async_batch_result<'a, F>(future: F) -> PolicyBatchFuture<'a>
where F: Future<Output = Result<Vec<bool>>> + Send + 'a,
Expand description

Create an async batch policy result (boxes the future).