holocal/src/structs.rs

6 lines
145 B
Rust

pub struct TwitterAccount {
pub display_name: &'static str,
pub twitter_username: &'static str,
pub schedule_keyword: &'static str
}