graph-http 0.2.3

Http client and utilities for the graph-rs project
Documentation
1
2
3
4
5
6
7
8
pub struct NextLink;

#[derive(Deserialize)]
pub struct NextLinkValues<V> {
    pub(crate) value: Vec<V>,
    #[serde(rename = "@odata.nextLink")]
    pub(crate) next_link: Option<String>,
}