pub struct SourceMapComposer { /* private fields */ }Expand description
Composer for combining multiple source maps.
When you have a chain of transformations, you can compose the source maps to get a direct mapping from the original source to the final output.
Implementations§
Trait Implementations§
Source§impl Debug for SourceMapComposer
impl Debug for SourceMapComposer
Source§impl Default for SourceMapComposer
impl Default for SourceMapComposer
Source§fn default() -> SourceMapComposer
fn default() -> SourceMapComposer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SourceMapComposer
impl RefUnwindSafe for SourceMapComposer
impl Send for SourceMapComposer
impl Sync for SourceMapComposer
impl Unpin for SourceMapComposer
impl UnsafeUnpin for SourceMapComposer
impl UnwindSafe for SourceMapComposer
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