4 lines
61 B
Rust
4 lines
61 B
Rust
/**
|
|
* EntryContent type
|
|
*/
|
|
pub type EntryContent = String;
|
/**
|
|
* EntryContent type
|
|
*/
|
|
pub type EntryContent = String;
|