pub type rb_code_range_t = rb_code_range_struct;Aliased Type§
#[repr(C)]pub struct rb_code_range_t {
pub first_loc: rb_code_location_struct,
pub last_loc: rb_code_location_struct,
}Fields§
§first_loc: rb_code_location_struct§last_loc: rb_code_location_struct