Crate provider_bin_rust
source ·Expand description
This program serves a single instance (“default”) of fuchsia.examples.services.BankAccount
initialized with a bank account owner’s name (first arg in CML) and an initial balance in cents
(second arg in CML).
Structs
Account 🔒