pub struct TarZstCreator;Expand description
Format creator for zstd-compressed TAR archives.
Trait Implementations§
Source§impl FormatCreator for TarZstCreator
impl FormatCreator for TarZstCreator
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 TarZstCreator
impl RefUnwindSafe for TarZstCreator
impl Send for TarZstCreator
impl Sync for TarZstCreator
impl Unpin for TarZstCreator
impl UnsafeUnpin for TarZstCreator
impl UnwindSafe for TarZstCreator
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