yaaf 0.2.0

Yet Another Actor Framework
Documentation
1
2
3
4
5
error[E0308]: mismatched types
  --> $DIR/missing_handler_for_tell.rs:27:18
   |
27 |     address.tell(InvalidMessage)?;
   |                  ^^^^^^^^^^^^^^ expected struct `ValidMessage`, found struct `InvalidMessage`