OwnedObjectIteratorItem

Type Alias OwnedObjectIteratorItem 

Source
pub type OwnedObjectIteratorItem = Result<(AccountOwnedObjectInfo, OwnedObjectCursor), TypedStoreError>;

Aliased Type§

pub enum OwnedObjectIteratorItem {
    Ok((AccountOwnedObjectInfo, OwnedObjectCursor)),
    Err(TypedStoreError),
}

Variants§

§1.0.0

Ok((AccountOwnedObjectInfo, OwnedObjectCursor))

Contains the success value

§1.0.0

Err(TypedStoreError)

Contains the error value