Struct symbolic_sourcemap::SourceView [−][src]
pub struct SourceView<'a> { /* fields omitted */ }Expand description
Represents JS source code.
Implementations
Creates a view from a string.
Creates a soruce view from bytes ignoring utf-8 errors.
Returns the number of lines.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SourceView<'a>impl<'a> !Send for SourceView<'a>impl<'a> !Sync for SourceView<'a>impl<'a> Unpin for SourceView<'a>impl<'a> UnwindSafe for SourceView<'a>