Trait runestick::IntoTypeHash[][src]

pub trait IntoTypeHash: Copy {
    fn into_type_hash(self) -> Hash;
fn into_item(self) -> Item; }
Expand description

Helper conversion into a function hash.

Required methods

Generate a function hash.

Optionally convert into an item, if appropriate.

Implementors