From a2016a15b2d4bad771f4c3afb4f64bcae069667a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Mar 2021 00:33:05 +0000 Subject: [PATCH] prelude: Add POE Signed-off-by: Ian Jackson --- src/prelude.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prelude.rs b/src/prelude.rs index 2108ff23..ded332bf 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -164,6 +164,7 @@ pub type APOE = ApiPieceOpError; pub type ESVU = ErrorSignaledViaUpdate; pub type IE = InternalError; pub type OE = OnlineError; +pub type POE = PieceOpError; pub type POEPP = PieceOpErrorPartiallyProcessed; pub type SvgE = SVGProcessingError; pub type SpE = SpecError; -- 2.30.2