Docs.rs
  • test-generation-0.3.2
    • test-generation 0.3.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dondidlc
    • Dependencies
      • clap ^3.1.8 normal
      • crossbeam-channel ^0.5.0 normal
      • getrandom ^0.2.2 normal
      • hex ^0.4.3 normal
      • itertools ^0.10.0 normal
      • module-generation ^0.3.0 normal
      • move-bytecode-verifier ^0.3.0 normal
      • move-vm-test-utils ^0.3.0 normal
      • mv-binary-format ^0.3.0 normal
      • mv-compiler ^0.3.0 normal
      • mv-core-types ^0.3.0 normal
      • mv-stdlib ^0.3.0 normal
      • mv-vm-runtime ^0.3.0 normal
      • mv-vm-types ^0.3.0 normal
      • num_cpus ^1.13.0 normal
      • once_cell ^1.7.2 normal
      • rand ^0.8.3 normal
      • tracing ^0.1.26 normal
      • tracing-subscriber ^0.3.15 normal
    • Versions
    • 69.23% of the crate is documented
  • This release has been yanked
  • 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

InstantiableEffect

In test_generation::summaries

logo
Change settings

Type Definition test_generation::summaries::InstantiableEffect

source · [−]
pub type InstantiableEffect = dyn Fn(StructDefInstantiationIndex) -> Vec<Box<NonInstantiableEffect>>;