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