Function raze::api::b2_hide_file[][src]

pub async fn b2_hide_file<T: AsRef<str>, Q: AsRef<str>>(
    client: &Client,
    auth: &B2Auth,
    bucket_id: T,
    file_name: Q
) -> Result<B2FileInfo, Error>
Expand description