rune::fns

Type Alias EqFunc

Source
type EqFunc = for<'ob> fn(_: Gc<ObjectType<'ob>>, _: Gc<ObjectType<'ob>>) -> bool;