Type Alias mcaptcha::AppData

source ·
pub type AppData = Data<ArcData>;

Aliased Type§

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

Fields§

§0: Arc<Arc<Data, Global>, Global>

Trait Implementations§

§

impl<T> Deref for Data<T>where T: ?Sized,

§

type Target = Arc<T, Global>

The resulting type after dereferencing.
§

fn deref(&self) -> &Arc<T, Global>

Dereferences the value.