pub trait LWECompressedToMut { // Required method fn to_mut(&mut self) -> LWECompressed<&mut [u8]>; }