1 2 3 4
/// archive.json - a flat list of archived OP numbers for boards that support it. /// Returned by [`crate::Client::get_archive`]. pub type Archive = Vec<u64>;