pub struct ConcatBuilder { /* private fields */ }Expand description
Builder for concatenating multiple source maps into one.
Each added source map is offset by a line delta, producing a single combined map. Sources and names are deduplicated across inputs.
Implementations§
Auto Trait Implementations§
impl Freeze for ConcatBuilder
impl RefUnwindSafe for ConcatBuilder
impl Send for ConcatBuilder
impl Sync for ConcatBuilder
impl Unpin for ConcatBuilder
impl UnsafeUnpin for ConcatBuilder
impl UnwindSafe for ConcatBuilder
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