[][src]Module swim_core::reify

Structs

Reified

The vtable of a type with a Reified field as its first struct member, from which a trait object can be constructed from a thin pointer to the base address of the object.

Traits

Reify

A type with a Reified field as its first struct member, from which a polymorphic trait object can be constructed from a thin pointer to the base address of the object.