1 2 3 4 5 6 7
#[derive(Clone, Copy, Debug, Default)] pub struct Options { /// Used to adjust `Span` positions to fit the global source code. pub pattern_span_offset: u32, /// Used to adjust `Span` positions to fit the global source code. pub flags_span_offset: u32, }