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

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

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

Required methods

Generate a locally unique hash to check for conflicts.

Get a human readable name for the function.

Implementations on Foreign Types

Implementors