Docs.rs
  • hax-types-0.3.1
    • hax-types 0.3.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • W95Psp
    • github:cryspen:tools
    • Dependencies
      • annotate-snippets ^0.11 normal
      • clap ^4.0 normal
      • colored ^2 normal
      • hax-adt-into =0.3.1 normal
      • hax-frontend-exporter =0.3.1 normal
      • hax-frontend-exporter-options =0.3.1 normal
      • itertools ^0.11.0 normal
      • miette ^7.2.0 normal
      • path-clean ^1.0.1 normal
      • schemars ^0.8 normal
      • serde ^1.0 normal
      • serde-brief ^0.1 normal
      • serde_json ^1.0 normal
      • tracing ^0.1 normal
      • zstd ^0.13.1 normal
    • Versions
    • 26.7% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

hax_types0.3.1

Extension

Required Associated Types

  • BackendOptions
  • Command
  • FStarOptions
  • Options

Implementations on Foreign Types

  • ()

Implementors

In hax_types::cli_options::extension

hax_types::cli_options::extension

Trait Extension

Source
pub trait Extension: 'static {
    type Options: ArgsExtensionPoint;
    type Command: SubcommandExtensionPoint;
    type BackendOptions: ArgsExtensionPoint;
    type FStarOptions: ArgsExtensionPoint;
}

Required Associated Types§

Source

type Options: ArgsExtensionPoint

Source

type Command: SubcommandExtensionPoint

Source

type BackendOptions: ArgsExtensionPoint

Source

type FStarOptions: ArgsExtensionPoint

Implementations on Foreign Types§

Source§

impl Extension for ()

Source§

type Options = EmptyArgsExtension

Source§

type Command = EmptySubcommandExtension

Source§

type BackendOptions = EmptyArgsExtension

Source§

type FStarOptions = EmptyArgsExtension

Implementors§