pub struct NarReader;Expand description
Deserialize a NAR archive from a reader.
Implementations§
Auto Trait Implementations§
impl Freeze for NarReader
impl RefUnwindSafe for NarReader
impl Send for NarReader
impl Sync for NarReader
impl Unpin for NarReader
impl UnsafeUnpin for NarReader
impl UnwindSafe for NarReader
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