Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
use slotmap::dense as sm;
use std::sync::PoisonError;
-#[allow(non_camel_case_types)] type PUE_P = PreparedUpdateEntry_Piece;
-
// ---------- newtypes and type aliases ----------
visible_slotmap_key!{ ClientId(b'C') }
pub type PUO<NS,ZL> = PieceUpdateOp<NS,ZL>;
pub type PUOs = PieceUpdateOps;
pub type WRC = WhatResponseToClientOp;
+#[allow(non_camel_case_types)] pub type PUE_P = PreparedUpdateEntry_Piece;
use crate::prelude::*;
-#[allow(non_camel_case_types)] type PUE_P = PreparedUpdateEntry_Piece;
#[allow(non_camel_case_types)] type TUE_P<'u> = TransmitUpdateEntry_Piece<'u>;
#[allow(non_camel_case_types)] type PUE_I = PreparedUpdateEntry_Image;
#[allow(non_camel_case_types)] type TUE_I<'u> = TransmitUpdateEntry_Image<'u>;