Function custom_path_exists

Source
pub async fn custom_path_exists(
    configuration: &Configuration,
    workspace: &str,
    custom_path: &str,
) -> Result<bool, Error<CustomPathExistsError>>