Docs.rs
cynic-parser-0.8.4
cynic-parser 0.8.4
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
obmarg
Dependencies
ariadne ^0.4
normal
optional
indexmap ^2
normal
lalrpop-util ^0.22.0
normal
logos ^0.14
normal
pretty ^0.12
normal
optional
apollo-parser ^0.8
dev
async-graphql-parser ^7
dev
divan ^0.1
dev
graphql-parser ^0.4
dev
insta ^1.29
dev
similar-asserts ^1.5
dev
Versions
4.13%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cynic_
parser
0.8.4
Value
Store
Reader
Required Associated Types
Id
Implementors
In cynic_
parser::
values::
iter
cynic_parser
::
values
::
iter
Trait
ValueStoreReader
Copy item path
Source
pub trait ValueStoreReader<'a> { type
Id
:
ValueStoreId
<Reader<'a> = Self>; }
Required Associated Types
§
Source
type
Id
:
ValueStoreId
<Reader<'a> = Self>
Implementors
§
Source
§
impl<'a>
ValueStoreReader
<'a> for
ConstValue
<'a>
Source
§
type
Id
=
ConstValueId
Source
§
impl<'a>
ValueStoreReader
<'a> for
Value
<'a>
Source
§
type
Id
=
ValueId
Source
§
impl<'a>
ValueStoreReader
<'a> for
ConstObjectField
<'a>
Source
§
type
Id
=
ConstFieldId
Source
§
impl<'a>
ValueStoreReader
<'a> for
ObjectField
<'a>
Source
§
type
Id
=
FieldId