Struct spx_codegen::SpxBuilder
source · pub struct SpxBuilder<W> { /* private fields */ }Expand description
Compile-time [FileMap] builder
Implementations§
source§impl<W: Write + Seek> SpxBuilder<W>
impl<W: Write + Seek> SpxBuilder<W>
sourcepub fn start_file(&mut self, name: String) -> Result<SpxFileEntry<'_, W>>
pub fn start_file(&mut self, name: String) -> Result<SpxFileEntry<'_, W>>
Start new file entry
Trait Implementations§
source§impl<W: Debug> Debug for SpxBuilder<W>
impl<W: Debug> Debug for SpxBuilder<W>
Auto Trait Implementations§
impl<W> RefUnwindSafe for SpxBuilder<W>where W: RefUnwindSafe,
impl<W> Send for SpxBuilder<W>where W: Send,
impl<W> Sync for SpxBuilder<W>where W: Sync,
impl<W> Unpin for SpxBuilder<W>where W: Unpin,
impl<W> UnwindSafe for SpxBuilder<W>where W: UnwindSafe,
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