pub struct TsGenerator { /* private fields */ }
Expand description
Generates JavaScript code and a source map from an AST.
Implementations§
Source§impl TsGenerator
impl TsGenerator
Source§impl TsGenerator
impl TsGenerator
Auto Trait Implementations§
impl Freeze for TsGenerator
impl RefUnwindSafe for TsGenerator
impl Send for TsGenerator
impl Sync for TsGenerator
impl Unpin for TsGenerator
impl UnwindSafe for TsGenerator
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