Function proto::download_plugin

source ·
pub async fn download_plugin<P, U>(
    name: P,
    url: U
) -> impl Future<Output = Result<PathBuf, ProtoError>>where
    P: AsRef<str>,
    U: AsRef<str>,