pub async fn get_cursor(
pool: &SqlitePool,
did: &str,
feed_url: &str,
) -> Result<Option<ReadCursor>>Expand description
Fetch a single read cursor, if present.
pub async fn get_cursor(
pool: &SqlitePool,
did: &str,
feed_url: &str,
) -> Result<Option<ReadCursor>>Fetch a single read cursor, if present.