pub type StoredSnapshotIteratorGetNextResult = Result<Vec<StoredSnapshot>, CollectorError>;Aliased Type§
pub enum StoredSnapshotIteratorGetNextResult {
Ok(Vec<StoredSnapshot>),
Err(CollectorError),
}Variants§
Ok(Vec<StoredSnapshot>)
Contains the success value
Err(CollectorError)
Contains the error value