pub async fn download_sector<PG>(
options: DownloadSectorOptions<'_, PG>,
) -> Result<DownloadedSector, PlottingError>
Expand description
Download sector for plotting.
This will identify necessary pieces and download them using provided piece getter, after which
they can be encoded using encode_sector
and written to the plot.