pub fn count(
client: &impl UserAuthClient,
) -> impl Future<Output = Result<CountFileRequestsResult, Error<CountFileRequestsError>>> + Send + '_
Available on crate features
async_routes
and dbx_file_requests
only.Expand description
Returns the total number of file requests owned by this user. Includes both open and closed file requests.