pub trait CanGetFile { // Required method fn get_file(&self) -> GetFile; }
Get basic info about a file and prepare it for downloading.