remove_file_member

Function remove_file_member 

Source
pub fn remove_file_member<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a RemoveFileMemberArg,
) -> impl Future<Output = Result<FileMemberActionIndividualResult, Error<RemoveFileMemberError>>> + Send + 'a
👎Deprecated: replaced by remove_file_member_2
Available on crate features async_routes and dbx_sharing only.
Expand description

Identical to remove_file_member_2 but with less information returned.