Function raze::api::b2_delete_bucket[][src]

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