1 2 3 4 5 6
async fn op_async_result( state: Rc<RefCell<OpState>>, rid: ResourceId, ) -> Result<u32, Error> { // @test-attr:fast }