dropbox-sdk 0.20.3

Rust bindings to the Dropbox API, generated by Stone from the official spec.
Documentation
namespace users_common
    "This namespace contains common data types used within the users namespace."

import account_id
import common

alias AccountId = String(max_length=40, min_length=40)

union_closed AccountType
    "What type of account this user has."
    basic
        "The basic account type."
    pro
        "The Dropbox Pro account type."
    business
        "The Dropbox Business account type."

    example default
        basic = null
    example business
        business = null