imag/libimagentrytag/src/tag.rs

3 lines
56 B
Rust
Raw Normal View History

2016-02-04 13:01:33 +00:00
pub type Tag = String;
pub type TagSlice<'a> = &'a str;