[][src]Trait graph_http::traits::DownloadLink

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

Required methods

Loading content...

Implementations on Foreign Types

impl DownloadLink<Value> for Value[src]

Loading content...

Implementors

Loading content...