pub trait CanGetFile {
    fn get_file(&self) -> GetFile;
}
Expand description

Get basic info about a file and prepare it for downloading.

Required Methods§

Implementors§