Function exists_folder

Source
pub async fn exists_folder(
    configuration: &Configuration,
    workspace: &str,
    name: &str,
) -> Result<bool, Error<ExistsFolderError>>