pub type StoredSnapshotIteratorGetNextResult = Result<Vec<StoredSnapshot>, CollectorError>;

Aliased Type§

enum StoredSnapshotIteratorGetNextResult {
    Ok(Vec<StoredSnapshot>),
    Err(CollectorError),
}

Variants§

§1.0.0

Ok(Vec<StoredSnapshot>)

Contains the success value

§1.0.0

Err(CollectorError)

Contains the error value