StorageCrypto Documentation

Structure Keychain​Storage.​Iterator

struct Iterator: IteratorProtocol  

A struct defining a KeychainStorage iterator.

%59 KeychainStorage.Iterator KeychainStorage.Iterator IteratorProtocol IteratorProtocol KeychainStorage.Iterator->IteratorProtocol

Member Of

KeychainStorage

A struct defining a Storage caching Items safely inside the user's Keychain.

Conforms To

IteratorProtocol

Initializers

init(keychain:​)

init(keychain: Keychain)  

Init.

Parameters

keychain Keychain

Some Keychain.

Methods

next()

public mutating func next() -> Item?  

Return the next value.

Returns

Some optional Item.