error[E0277]: the trait bound `MyActor: HandlerRegistered` is not satisfied --> $DIR/missing_handler_attribute.rs:20:6 | 20 | impl Handler for MyActor { | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `HandlerRegistered` is not implemented for `MyActor` | ::: $WORKSPACE/src/handler.rs | | pub trait Handler: Actor + HandlerRegistered + Send { | -------------------- required by this bound in `yaaf::Handler` | = help: the following implementations were found: >