hash!() { /* proc-macro */ }
Calculate a type hash at compile time.
use rune::Hash; let hash: Hash = rune::hash!(::std::ops::generator::Generator);