[][src]Trait runestick::IntoTypeHash

pub trait IntoTypeHash {
    fn into_type_hash(self) -> Hash;
}

Helper conversion into a function hash.

Required methods

fn into_type_hash(self) -> Hash

Generate a function hash.

Loading content...

Implementors

impl IntoTypeHash for Hash[src]

impl IntoTypeHash for Protocol[src]

impl<I> IntoTypeHash for I where
    I: IntoIterator,
    I::Item: Into<Component>, 
[src]

Loading content...