pub struct ArchiveExtractor { /* private fields */ }Expand description
Archive extractor that delegates to specific format handlers
Implementations§
Source§impl ArchiveExtractor
impl ArchiveExtractor
Sourcepub fn with_handler(self, handler: Box<dyn FormatHandler>) -> Self
pub fn with_handler(self, handler: Box<dyn FormatHandler>) -> Self
Add a custom format handler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArchiveExtractor
impl !RefUnwindSafe for ArchiveExtractor
impl Send for ArchiveExtractor
impl Sync for ArchiveExtractor
impl Unpin for ArchiveExtractor
impl !UnwindSafe for ArchiveExtractor
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