pub struct NarWriter;Expand description
Serialize a NAR node tree to a writer.
Implementations§
Auto Trait Implementations§
impl Freeze for NarWriter
impl RefUnwindSafe for NarWriter
impl Send for NarWriter
impl Sync for NarWriter
impl Unpin for NarWriter
impl UnsafeUnpin for NarWriter
impl UnwindSafe for NarWriter
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