pub type OwnedObjectV2IteratorItem = Result<(AccountOwnedObjectInfo, OwnedObjectV2Cursor), TypedStoreError>;Aliased Type§
pub enum OwnedObjectV2IteratorItem {
Ok((AccountOwnedObjectInfo, OwnedObjectV2Cursor)),
Err(TypedStoreError),
}Variants§
Ok((AccountOwnedObjectInfo, OwnedObjectV2Cursor))
Contains the success value
Err(TypedStoreError)
Contains the error value