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