imag/libimagentrytag/src/tag.rs
Andre Bogus 981707c9c9 more style adaptations
again following clippy
2016-05-13 22:27:53 +02:00

2 lines
56 B
Rust

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