Export ValueLocRange and DisplayFunctionAnnotations::default()
This commit is contained in:
@@ -11,8 +11,11 @@ use std::vec::Vec;
|
||||
/// Value location range.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct ValueLocRange {
|
||||
/// The ValueLoc containing a ValueLabel during this range.
|
||||
pub loc: ValueLoc,
|
||||
/// The start of the range.
|
||||
pub start: u32,
|
||||
/// The end of the range.
|
||||
pub end: u32,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user