holocal/src/structs.rs

6 lines
145 B
Rust
Raw Normal View History

2021-01-03 17:42:50 +00:00
pub struct TwitterAccount {
pub display_name: &'static str,
pub twitter_username: &'static str,
pub schedule_keyword: &'static str
}