ableos/ableos/src/experiments/notification.rs

8 lines
118 B
Rust
Raw Normal View History

2022-01-13 14:54:33 +00:00
pub type thumbnail = u8;
pub struct Notification {
thumbnail: thumbnail,
text_body: String,
time: u64,
}