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

Required Methods

Implementations on Foreign Types

Implementors