pub fn list_folder_continue<'a>(
client: &'a impl UserAuthClient,
arg: &'a ListFolderContinueArg,
) -> impl Future<Output = Result<ListFolderResult, Error<ListFolderContinueError>>> + Send + 'aAvailable on crate features
async_routes and dbx_files only.Expand description
Once a cursor has been retrieved from list_folder(), use this to
paginate through all files and retrieve updates to the folder, following the same rules as
documented for list_folder().