imag/libimagstore/src/content.rs

5 lines
61 B
Rust
Raw Normal View History

2016-01-21 20:28:08 +00:00
/**
* EntryContent type
*/
2016-01-12 17:51:32 +00:00
pub type EntryContent = String;