pub struct SpanMap {
pub node: HashMap<NodeId, Range<usize>>,
pub seq: HashMap<SeqId, Range<usize>>,
}Expand description
Byte ranges into the exported LaTeX for every node and slot.
Fields§
§node: HashMap<NodeId, Range<usize>>Byte ranges for exported nodes.
seq: HashMap<SeqId, Range<usize>>Byte ranges for exported sequences.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanMap
impl RefUnwindSafe for SpanMap
impl Send for SpanMap
impl Sync for SpanMap
impl Unpin for SpanMap
impl UnsafeUnpin for SpanMap
impl UnwindSafe for SpanMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more