[][src]Trait runestick::IntoHash

pub trait IntoHash {
    fn into_hash(self) -> Hash;
}

Helper conversion into a function hash.

Required methods

fn into_hash(self) -> Hash

Generate a function hash.

Loading content...

Implementors

impl IntoHash for Hash[src]

impl IntoHash for Protocol[src]

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

Loading content...