pub type ResponseFor<P, E> = <P as Handler<E>>::Response;
Represents the response type for a handler of message type E in puppet type P.
E
P