[−][src]Struct open_vaf::SourceMap
Fields
main_file_name: &'source_map strexpanded_source: &'source_map strImplementations
impl<'source_map> SourceMap<'source_map>[src]
pub fn new(main_file_name: &'source_map str) -> Self[src]
pub fn resolve_span_within_line(
&self,
span: Span,
translate_lines: bool
) -> (&'source_map str, u16, Option<String>, Range<u32>)[src]
&self,
span: Span,
translate_lines: bool
) -> (&'source_map str, u16, Option<String>, Range<u32>)
#[must_use]pub fn resolve_span(
&self,
span: Span,
translate_lines: bool
) -> (&'source_map str, u16, Option<(&'source_map str, u16)>)[src]
&self,
span: Span,
translate_lines: bool
) -> (&'source_map str, u16, Option<(&'source_map str, u16)>)
Trait Implementations
Auto Trait Implementations
impl<'source_map> !RefUnwindSafe for SourceMap<'source_map>
impl<'source_map> !Send for SourceMap<'source_map>
impl<'source_map> !Sync for SourceMap<'source_map>
impl<'source_map> !Unpin for SourceMap<'source_map>
impl<'source_map> !UnwindSafe for SourceMap<'source_map>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,