Struct vsmtp_server::scheduler::Receiver
pub struct Receiver { /* private fields */ }Expand description
This instance can receive message from the different part of the software.
Implementations§
§impl Receiver
impl Receiver
pub fn as_stream(&mut self) -> impl Stream<Item = ProcessMessage> + '_
pub fn as_stream(&mut self) -> impl Stream<Item = ProcessMessage> + '_
Produce a stream of message.