Struct rustbus::connection::ll_conn::SendMessageState [−][src]
pub struct SendMessageState { /* fields omitted */ }
Tracks the progress of sending the message. Can be used to resume a SendMessageContext.
Note that this only makes sense if you resume with the same Message and Connection that were used to create the original SendMessageContext.
Trait Implementations
impl Clone for SendMessageState
[src]
impl Clone for SendMessageState
[src]