pub trait Message { }Expand description
Message that exchange between actors
One thing to notice is that this empty trait presents here is
- to make a difference between
Stream<Item>andMStream<Message> - for future usage
pub trait Message { }Message that exchange between actors
One thing to notice is that this empty trait presents here is
Stream<Item>
and MStream<Message>