[][src]Trait mrml::util::attributes::Merge

pub trait Merge<Other> {
    fn concat(self, other: &Other) -> Self;
fn merge(&mut self, other: &Other); }

Required methods

fn concat(self, other: &Other) -> Self

fn merge(&mut self, other: &Other)

Loading content...

Implementors

impl Merge<Attributes> for Attributes[src]

impl<'a> Merge<Node<'a>> for Attributes[src]

Loading content...