hash_function

Attribute Macro hash_function 

Source
#[hash_function]
Expand description

Hash the function

ยงExample

#[hash_function(const_name = "HASH")]
fn foo() {
   println!("Hello, world!");
}