pub struct TarCreator;Expand description
Format creator for uncompressed TAR archives.
Trait Implementations§
Source§impl FormatCreator for TarCreator
impl FormatCreator for TarCreator
Source§fn create(
&self,
output: &Path,
sources: &[&Path],
config: &CreationConfig,
progress: &mut dyn ProgressCallback,
) -> Result<CreationReport>
fn create( &self, output: &Path, sources: &[&Path], config: &CreationConfig, progress: &mut dyn ProgressCallback, ) -> Result<CreationReport>
Source§fn format_name(&self) -> &'static str
fn format_name(&self) -> &'static str
Returns the format name for diagnostics.
Auto Trait Implementations§
impl Freeze for TarCreator
impl RefUnwindSafe for TarCreator
impl Send for TarCreator
impl Sync for TarCreator
impl Unpin for TarCreator
impl UnsafeUnpin for TarCreator
impl UnwindSafe for TarCreator
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