BoxedXmtpApi

Type Alias BoxedXmtpApi 

Source
pub type BoxedXmtpApi<Error> = Box<dyn BoxableXmtpApi<Error>>;
Expand description

A type-erased version of the Xmtp Api in a Box

Aliased Typeยง

pub struct BoxedXmtpApi<Error>(/* private fields */);