Docs.rs
async-graphql-parser-3.0.7
async-graphql-parser 3.0.7
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
async-graphql-value ^3.0.7
normal
pest ^2.1.3
normal
pest_derive ^2.1.0
normal
serde ^1.0.125
normal
serde_json ^1.0.64
normal
Versions
100%
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
☰
Type Definition Result
Other items in
async_graphql_parser
Modules
types
Structs
ErrorPositions
Pos
Positioned
Enums
Error
Functions
parse_query
parse_schema
Type Definitions
Result
ayu
dark
light
?
Type Definition
async_graphql_parser
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
An alias for
Result<T, Error>
.