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 */);pub type BoxedXmtpApi<Error> = Box<dyn BoxableXmtpApi<Error>>;A type-erased version of the Xmtp Api in a Box
pub struct BoxedXmtpApi<Error>(/* private fields */);