zotero-api-rs 1.0.0

A secure, typed Rust client for the Zotero Web API v3
Documentation
1
2
3
4
5
6
//! Saved search response objects.

use crate::types::zotero_object::ZoteroObject;

/// Saved search envelope.
pub type Search = ZoteroObject;