Function unmount_folder

Source
pub fn unmount_folder<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a UnmountFolderArg,
) -> impl Future<Output = Result<(), Error<UnmountFolderError>>> + Send + 'a
Available on crate features async_routes and 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().