Docs.rs
  • libmedusa-zip-0.0.2
    • libmedusa-zip 0.0.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cosmicexplorer
    • Dependencies
      • async-recursion ^1 normal
      • cfg-if ^1.0 normal
      • displaydoc ^0.2.4 normal
      • futures ^0.3 normal
      • once_cell ^1 normal
      • parking_lot ^0.12 normal
      • rayon ^1.7 normal
      • regex ^1 normal
      • static_init ^1 normal
      • tempfile ^3 normal
      • thiserror ^1.0.30 normal
      • time ^0.3.23 normal
      • tokio ^1.29 normal
      • tokio-stream ^0.1 normal
      • zip-merge ^0.6.6 normal
    • Versions
    • 40.44% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

InitializeZipOptionsForSpecificFile

Required Methods

  • set_zip_options_for_file

Implementors

In libmedusa_zip::zip

?
Change settings

Trait libmedusa_zip::zip::InitializeZipOptionsForSpecificFile

source ·
pub trait InitializeZipOptionsForSpecificFile {
    // Required method
    fn set_zip_options_for_file(
        &self,
        options: ZipLibraryFileOptions,
        metadata: &Metadata
    ) -> Result<ZipLibraryFileOptions, InitializeZipOptionsError>;
}

Required Methods§

source

fn set_zip_options_for_file( &self, options: ZipLibraryFileOptions, metadata: &Metadata ) -> Result<ZipLibraryFileOptions, InitializeZipOptionsError>

Implementors§

source§

impl InitializeZipOptionsForSpecificFile for ModifiedTimeBehavior