Type Definition self_update::GetArchiveReaderResult

source ·
pub type GetArchiveReaderResult = Either<File, GzDecoder<File>>;