pub struct SourceMapCacheWriter { /* private fields */ }Expand description
A structure that allows quick resolution of minified source position to the original source position it maps to.
Implementations§
source§impl SourceMapCacheWriter
impl SourceMapCacheWriter
Auto Trait Implementations§
impl RefUnwindSafe for SourceMapCacheWriter
impl Send for SourceMapCacheWriter
impl Sync for SourceMapCacheWriter
impl Unpin for SourceMapCacheWriter
impl UnwindSafe for SourceMapCacheWriter
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