1 2 3 4 5 6 7
#[derive(Debug)] pub struct Twitter3Pin { pub consumer_key: String, pub consumer_secret: String, pub access_token: String, pub access_token_secret: String }