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

CargoTomlInterface

Implementors

In crate workspacer_interface

workspacer_interface

Trait CargoTomlInterface

Source
pub trait CargoTomlInterface:
    CheckExistence<Error = CargoTomlError>
    + Send
    + Sync
    + PinWildcardDependencies<Error = CargoTomlError>
    + CheckRequiredFieldsForPublishing<Error = CargoTomlError>
    + CheckVersionValidityForPublishing<Error = CargoTomlError>
    + CheckRequiredFieldsForIntegrity<Error = CargoTomlError>
    + CheckVersionValidityForIntegrity<Error = CargoTomlError>
    + GetPackageSection<Error = CargoTomlError>
    + ReadyForCargoPublish<Error = CargoTomlError>
    + IsValidVersion
    + ValidateIntegrity<Error = CargoTomlError>
    + AsRef<Path> { }

Implementorsยง