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 (Bare), behind a Handle (BehindHandle), or can take the form of a handle and an object WithHandle.

Required Associated Types§

The form that the object takes

Implementors§