Trait runestick::IntoTypeHash[][src]

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

Helper conversion into a function hash.

Required methods

fn into_type_hash(self) -> Hash[src]

Generate a function hash.

fn into_item(self) -> Item[src]

Optionally convert into an item, if appropriate.

Loading content...

Implementors

impl IntoTypeHash for Hash[src]

impl IntoTypeHash for Protocol[src]

impl<I> IntoTypeHash for I where
    I: Copy + IntoIterator,
    I::Item: IntoComponent
[src]

Loading content...