pub trait HashableRustyValue { // Required method fn into_hashable_rusty_value(self) -> HashableValue; }