pub fn async_result<'a, F>(future: F) -> PolicyFuture<'a>where F: Future<Output = Result<bool>> + Send + 'a,
Create an async policy result (boxes the future).