XmtpStream

Type Alias XmtpStream 

Source
pub type XmtpStream<T> = XmtpTonicStream<GrpcStream, T>;
Expand description

Web and Native compatible network stream of Protobuf types from an XMTP Backend.

Aliased Typeยง

pub struct XmtpStream<T> { /* private fields */ }