Docs.rs
  • workspacer-interface-0.2.0
    • workspacer-interface 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • get-file-size ^0.1.0 normal
      • lightweight-command-runner ^0.1.0 normal
      • workspacer-3p ^0.2.0 normal
    • Versions
    • 3.24% 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

workspacer_interface0.2.0

CrateHandleInterface

Implementors

In crate workspacer_interface

workspacer_interface

Trait CrateHandleInterface

Source
pub trait CrateHandleInterface<P>:
    ValidateIntegrity<Error = CrateError>
    + Send
    + Sync
    + PinWildcardDependencies<Error = CrateError>
    + ReadyForCargoPublish<Error = CrateError>
    + CheckIfSrcDirectoryContainsValidFiles
    + CheckIfReadmeExists
    + GetReadmePath
    + GetSourceFilesWithExclusions
    + GetTestFiles
    + HasTestsDirectory
    + GetFilesInDirectory
    + GetFilesInDirectoryWithExclusions
    + HasCargoToml
    + AsRef<Path>
    + AsyncTryFrom<P, Error = CrateError>
where for<'async_trait> P: HasCargoTomlPathBuf + AsRef<Path> + Send + Sync + 'async_trait, CrateError: From<<P as HasCargoTomlPathBuf>::Error>,
{ }

Implementorsยง