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