Type Alias mcaptcha::AppData

source ·
pub type AppData = Data<ArcData>;

Aliased Type§

struct AppData(Arc<Arc<Data>>);

Fields§

§0: Arc<Arc<Data>>