Structs
A Service representing a BankAccount, with two views of the data: read-only, and read-write.
A Stream of incoming requests for ReadOnlyAccount
A Stream of incoming requests for ReadWriteAccount
Enums
A request for one of the member protocols of BankAccount.
Provides read-only access to a bank account.
Provides read-write access to a bank account.