[][src]Trait graph_http::traits::MetadataLink

pub trait MetadataLink<RHS = Self> {
    pub fn metadata_link(&self) -> Option<String>;

    pub fn metadata(&self) -> Option<GraphResult<GraphResponse<Content>>> { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl MetadataLink<Value> for Value[src]

Loading content...

Implementors

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

Loading content...