elm_parser/counter/
handle_instance.rs

1#[derive(Debug, Clone)]
2pub struct HandleInstance {
3    pub name: String,
4    pub value: String,
5}