Trait rune::IntoTypeHash
source · [−]pub trait IntoTypeHash: Copy {
fn into_type_hash(self) -> Hash;
fn into_item(self) -> Option<Item>;
fn hash<H>(self, hasher: &mut H)
where
H: Hasher;
}Expand description
Helper conversion into a function hash.
Required Methods
fn into_type_hash(self) -> Hash
fn into_type_hash(self) -> Hash
Generate a function hash.