pub struct BundleReader;Expand description
Reads a .pkg bundle file.
Implementations§
Auto Trait Implementations§
impl Freeze for BundleReader
impl RefUnwindSafe for BundleReader
impl Send for BundleReader
impl Sync for BundleReader
impl Unpin for BundleReader
impl UnsafeUnpin for BundleReader
impl UnwindSafe for BundleReader
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