twitter-v2 0.1.8

Twitter API v2
Documentation
1
2
3
4
pub trait PaginationMeta {
    fn next_token(&self) -> Option<&str>;
    fn previous_token(&self) -> Option<&str>;
}