[][src]Trait pin::instapaper::Instapaper

pub trait Instapaper {
    fn send(&mut self, url: &str, title: Option<&str>) -> Result<String>;
}

Required methods

fn send(&mut self, url: &str, title: Option<&str>) -> Result<String>

Send a single link to Instapaper

Loading content...

Implementors

impl Instapaper for Client[src]

fn send(&mut self, url: &str, title: Option<&str>) -> Result<String>[src]

Send a single link to Instapaper

Loading content...