get_artifact

Function get_artifact 

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