fn eq()

in src/node_template.rs [147:149]


    fn eq(&self, other: &Self) -> bool {
        self.0 == other.0
    }