pub type jsgf_rule_iter_t = hash_iter_t;Aliased Type§
#[repr(C)]pub struct jsgf_rule_iter_t {
pub ht: *const hash_table_t,
pub ent: *const hash_entry_t,
pub idx: usize,
}Fields§
§ht: *const hash_table_t§ent: *const hash_entry_t§idx: usize