From: Ian Jackson Date: Sun, 6 Mar 2022 11:49:37 +0000 (+0000) Subject: wdriver: Expose contents of WPiece X-Git-Tag: otter-1.0.0~156 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=da20691d2d2510cdba3130e80a7e001c33a387c3;p=otter.git wdriver: Expose contents of WPiece These ought to have been pub. As it happens we only used them here in this module so we didn't notice - except that the JsV is just there in case and happens not to be used. --- diff --git a/wdriver/wdriver.rs b/wdriver/wdriver.rs index 1b32cfba..ae5781d3 100644 --- a/wdriver/wdriver.rs +++ b/wdriver/wdriver.rs @@ -278,8 +278,8 @@ impl Debug for WindowGuard<'_> { #[derive(Deserialize,Clone,Debug)] pub struct WPiece { - piece: Vpid, - p: JsV, + pub piece: Vpid, + pub p: JsV, } pub trait LogIgnoreBefore {