Struct RxTransaction 
Source pub struct RxTransaction<'ch, 'data, T>{  }
Expand description
Check receive status
Returns whether reception has ended (whether successfully or with an
error). In that case, a subsequent call to wait() returns immediately.
Wait for the transaction to complete
Source§Available on crate feature unstable only.
Executes the destructor for this type. 
Read more
Immutably borrows from an owned value. 
Read more
Mutably borrows from an owned value. 
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.