Type Alias BoxTxnMessageStream

Source
type BoxTxnMessageStream = BoxStream<'static, Result<TxnMsg>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxTxnMessageStream { /* private fields */ }