[][src]Trait gpapi::apk::Downloadable

pub trait Downloadable {
    fn download(
        &self,
        token: &str,
        android_id: &str
    ) -> Result<(), Box<dyn Error>>; }

Required methods

fn download(&self, token: &str, android_id: &str) -> Result<(), Box<dyn Error>>

Loading content...

Implementors

impl Downloadable for Apk[src]

Loading content...