Trait partial_derive2::HasPartial

source ·
pub trait HasPartial {
    type Partial;

    // Required method
    fn merge_partial(self, partial: Self::Partial) -> Self;
}
Expand description

This is implemented on the “Full” struct.

Required Associated Types§

Required Methods§

source

fn merge_partial(self, partial: Self::Partial) -> Self

Object Safety§

This trait is not object safe.

Implementors§