pub async fn patch_pmem(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawPmemPatch>,
) -> Result<Response>Expand description
PATCH /pmem/{id}.
pub async fn patch_pmem(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawPmemPatch>,
) -> Result<Response>PATCH /pmem/{id}.