Structs§
- A Service representing a BankAccount, with two views of the data: read-only, and read-write.
- A Stream of incoming requests for fuchsia.examples.services/ReadOnlyAccount.
- A Stream of incoming requests for fuchsia.examples.services/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.