[][src]Function gu_base::files::untgz_async

pub fn untgz_async<P: AsRef<Path> + ToOwned>(
    input_path: P,
    output_path: P
) -> impl Future<Item = (), Error = String>