We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0403c7 commit f188a7aCopy full SHA for f188a7a
docs/source/books/hyperactor-book/src/actors/handler.md
@@ -40,7 +40,7 @@ impl<A: Actor> Handler<Signal> for A {
40
}
41
```
42
43
-### `Handler<Undeliverable<MessageEnvelope>>`
+### `Handler<IndexedErasedUnbound<M>>`
44
45
```rust
46
#[async_trait]
0 commit comments