Trait fj_kernel::partial::HasPartial
source · pub trait HasPartial {
type Partial: PartialObject<Full = Self>;
}Expand description
Implemented for objects that a partial object variant exists for
Required Associated Types§
sourcetype Partial: PartialObject<Full = Self>
type Partial: PartialObject<Full = Self>
The type representing the partial variant of this object