pub fn register_download_provider<C>(name: &str) -> &'static mut Cwhere
C: CustomDownloadProvider,Expand description
Register a new download provider type, which is used by the core (and other plugins) to make HTTP requests.
pub fn register_download_provider<C>(name: &str) -> &'static mut Cwhere
C: CustomDownloadProvider,Register a new download provider type, which is used by the core (and other plugins) to make HTTP requests.