Skip to main content

async_result

Function async_result 

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

Create an async policy result (boxes the future).