imag/libimagentrytag/src/tag.rs

3 lines
56 B
Rust

pub type Tag = String;
pub type TagSlice<'a> = &'a str;