Function projects_get

Source
pub async fn projects_get(
    configuration: &Configuration,
    id: Uuid,
) -> Result<ProjectResponseModel, Error<ProjectsGetError>>