Docs.rs
  • bluejay-core-0.1.0-alpha.3
    • bluejay-core 0.1.0-alpha.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • adampetro
    • Dependencies
      • itertools ^0.10.5 normal
      • paste ^1.0 normal
      • strum ^0.24 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest stable release
  • 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

AbstractSelection

Required Associated Types

  • Field
  • FragmentSpread
  • InlineFragment

Implementors

In bluejay_core::executable

?
Change settings

Trait bluejay_core::executable::AbstractSelection

source ·
pub trait AbstractSelection: Into<Selection<Self::Field, Self::FragmentSpread, Self::InlineFragment>> + AsRef<Selection<Self::Field, Self::FragmentSpread, Self::InlineFragment>> {
    type Field: Field;
    type FragmentSpread: FragmentSpread;
    type InlineFragment: InlineFragment;
}

Required Associated Types§

source

type Field: Field

source

type FragmentSpread: FragmentSpread

source

type InlineFragment: InlineFragment

Implementors§

source§

impl<F: Field, FS: FragmentSpread, IF: InlineFragment> AbstractSelection for Selection<F, FS, IF>

§

type Field = F

§

type FragmentSpread = FS

§

type InlineFragment = IF