Skip to main content

RemotePage

Type Alias RemotePage 

Source
pub type RemotePage = FetchPage;
👎Deprecated since 0.3.0:

use FetchPage instead

Expand description

Compatibility alias — existing code that names RemotePage still compiles.

Aliased Type§

pub struct RemotePage {
    pub items: Vec<CanonicalMedia>,
    pub next_cursor: Option<SyncCursor>,
}

Fields§

§items: Vec<CanonicalMedia>

The media items on this page.

§next_cursor: Option<SyncCursor>

Cursor for the next page. None when the provider has exhausted its dataset.