Type Alias TestTypedefInterface

Source
pub type TestTypedefInterface<D> = DomRoot<<D as DomTypes>::Blob>;

Aliased Type§

pub struct TestTypedefInterface<D> {
    value: Dom<<D as DomTypes>::Blob>,
    root_list: *const RootCollection,
}

Fields§

§value: Dom<<D as DomTypes>::Blob>

The value to root.

§root_list: *const RootCollection

List that ensures correct dynamic root ordering