Function dropbox_sdk::sharing::unmount_folder
source · [−]pub fn unmount_folder(
client: &impl UserAuthClient,
arg: &UnmountFolderArg
) -> Result<Result<(), UnmountFolderError>>Available on crate feature
dbx_sharing only.Expand description
The current user unmounts the designated folder. They can re-mount the folder at a later time
using mount_folder().