pub trait UpdateView {
type UpdateViewType: CandidType + Default;
// Provided method
fn merge(&mut self, _: Self::UpdateViewType) { ... }
}Expand description
UpdateView
Required Associated Types§
type UpdateViewType: CandidType + Default
Provided Methods§
Sourcefn merge(&mut self, _: Self::UpdateViewType)
fn merge(&mut self, _: Self::UpdateViewType)
merge the updateview into self