swc_ecma_utils

Trait Merge

source
pub trait Merge {
    // Required method
    fn merge(&mut self, rhs: Self);
}

Required Methods§

source

fn merge(&mut self, rhs: Self)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Merge for Option<Value<Type>>

source§

fn merge(&mut self, rhs: Self)

Implementors§