Function exists_variable

Source
pub async fn exists_variable(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<bool, Error<ExistsVariableError>>