Module fj_kernel::partial

source ·
Expand description

Partially defined objects

This module contains types that mirror the full object types from crate::objects, only the types from this module can be defined only partially, with the non-defined parts being inferred when a full object is constructed.

Implementation Note

This API was created as a replacement for the original partial object API. This is still a work in progress.

Structs

Caches conversions from full to partial objects
Wrapper around a partial object
A partial Face

Traits

Implemented for objects that a partial object variant exists for
Implemented for partial objects