pub type FullXmtpApiArc<Err> = Arc<dyn FullXmtpApiT<Err>>;Expand description
A type-erased version of the Xntp Api in a Arc
Aliased Typeยง
pub struct FullXmtpApiArc<Err> { /* private fields */ }pub type FullXmtpApiArc<Err> = Arc<dyn FullXmtpApiT<Err>>;A type-erased version of the Xntp Api in a Arc
pub struct FullXmtpApiArc<Err> { /* private fields */ }