pub type Account = Arc<String>;
A string wrapped in Arc representing the account name.
Arc
pub struct Account { /* private fields */ }