pub type FullXmtpApiBox<Err> = Box<dyn FullXmtpApiT<Err>>;Expand description
A type-erased version of the Xmtp Api in a Box
Aliased Typeยง
pub struct FullXmtpApiBox<Err>(/* private fields */);pub type FullXmtpApiBox<Err> = Box<dyn FullXmtpApiT<Err>>;A type-erased version of the Xmtp Api in a Box
pub struct FullXmtpApiBox<Err>(/* private fields */);