FullXmtpApiArc

Type Alias FullXmtpApiArc 

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