Trait fj_kernel::objects::Form

source ·
pub trait Form {
    type Form<T>;
}
Expand description

The form that an object can take

An object can be bare (see Bare) or behind a Handle (see BehindHandle).

Required Associated Types§

The form that the object takes

Implementors§