Function raze::api::b2_update_bucket[][src]

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