[][src]Trait graph_http::traits::NextLink

pub trait NextLink<RHS = Self> {
    pub fn next_link(&self) -> Option<String>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl NextLink<Value> for Value[src]

Loading content...

Implementors

impl<T> NextLink<Collection<T>> for Collection<T>[src]

Loading content...