pub async fn recents_list(
handle: State<'_, RecentsHandle>,
) -> Result<Vec<RecentLocation>, AppError>Expand description
Return recent locations, newest first.
pub async fn recents_list(
handle: State<'_, RecentsHandle>,
) -> Result<Vec<RecentLocation>, AppError>Return recent locations, newest first.