type BoxTxnMessageStream = BoxStream<'static, Result<TxnMsg>>;
#[repr(transparent)]struct BoxTxnMessageStream { /* private fields */ }