pub type TestTypedefInterface = Root<Dom<Blob>>;

Aliased Type§

struct TestTypedefInterface {
    value: Dom<Blob>,
    root_list: *const RootCollection,
}

Fields§

§value: Dom<Blob>

The value to root.

§root_list: *const RootCollection

List that ensures correct dynamic root ordering