pub type UnknownComponentAmalgamation<'a> = ComponentAmalgamation<'a, Unknown>;
Expand description

An Unknown component and its associated data.

A specialized version of ComponentAmalgamation.

Aliased Type§

struct UnknownComponentAmalgamation<'a> { /* private fields */ }