pub async fn get_artifact(
__arg0: State<ArtifactsController>,
__arg1: Path<(String, String, String, String)>,
) -> Result<impl IntoResponse, StatusCode>Available on crate feature
server only.pub async fn get_artifact(
__arg0: State<ArtifactsController>,
__arg1: Path<(String, String, String, String)>,
) -> Result<impl IntoResponse, StatusCode>server only.