pub struct LineGuide(/* private fields */);Expand description
The line guide is useful to locate some positions inside the source code by using the index instead of line and column information.
Implementations§
Auto Trait Implementations§
impl Freeze for LineGuide
impl RefUnwindSafe for LineGuide
impl Send for LineGuide
impl Sync for LineGuide
impl Unpin for LineGuide
impl UnwindSafe for LineGuide
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