Function raze::api::b2_create_bucket[][src]

pub async fn b2_create_bucket<T: AsRef<str>>(
    client: &Client,
    auth: &B2Auth,
    bucket_name: T,
    bucket_type: B2BucketType
) -> Result<BucketResult, Error>
Expand description