[][src]Trait runestick::module::InstFnNameHash

pub trait InstFnNameHash: Copy {
    pub fn inst_fn_name_hash(self) -> Hash;
pub fn into_name(self) -> String; }

Trait used to determine what can be used as an instance function name.

Required methods

pub fn inst_fn_name_hash(self) -> Hash[src]

Generate a locally unique hash to check for conflicts.

pub fn into_name(self) -> String[src]

Get a human readable name for the function.

Loading content...

Implementations on Foreign Types

impl<'a> InstFnNameHash for &'a str[src]

Loading content...

Implementors

impl InstFnNameHash for Protocol[src]

impl<'a> InstFnNameHash for Hash[src]

Loading content...