fn get_name()

in src/node_template.rs [129:131]


    fn get_name() -> String {
        format!("Hash ({})", D::get_name())
    }