ArcedXmtpApi

Type Alias ArcedXmtpApi 

Source
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 */ }