Trait evmil::util::JoinInto

source ·
pub trait JoinInto {
    fn join_into(&mut self, other: &Self) -> bool;
}
Expand description

An abstract value can be used to represent one or more concrete values.

Required Methods§

Merge another abstract value into this value.

Implementors§